Python3
there is a batch of json data on hand, which comes from all Weibo that contain specific keywords on Weibo"s public timeline within a certain period of time, including sending time, mid, user name and other information.
requires the geographic location of these Weibo when sending, the goal is to create a data map, but the json does not contain any similar data.
I have tried to use the official sdk under Weibo api,python3 to run smoothly and obtain data.
what is close to my requirements in the official api documentation is the statuses/show interface. However, the description document of this API says, "the Weibo for query must be issued by an authorized user, and data issued by an unauthorized user will not be returned "
.I would like to ask you, is there any way to get this Weibo message (even if the sender is an unauthorized user), especially the geographical location information, according to the id of any Weibo post? Api can either rewrite the program, beg for an example, or just be grateful for the idea.