Hello I want to ask a question regarding scraping tweets from the Twitter using Twint library
Basically, to scrape tweet from a specific location, it is needed to put geocoded data which is consist of 'latitude, longitude, radius'
So my question here is how do I scrape the tweets in the whole Indonesia?
If i need to use the geocode, so the coordinate will be coor_ind = '4.2105, 101.9758, radius(km)
how do I determine the radius that covers the whole Indonesia?