How to use Weibo api to get the geographic location of one or more Weibo messages.

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.

Mar.12,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38142-2ae2b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38142-2ae2b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?