Threads-Scraper icon indicating copy to clipboard operation
Threads-Scraper copied to clipboard

A Social media scraper for threads.net , The scraper allows you to collect various information about threads and users on Threads.

Results 2 Threads-Scraper issues
Sort by recently updated
recently updated
newest added

---> 54 user_id_key_value = re.search('"user_id":"(\\d+)",', response.text).group() 55 user_id = re.search('\\d+', user_id_key_value).group() 56 AttributeError: 'NoneType' object has no attribute 'group' Has anything changed in the Instagram's URL pattern?

I am having a slight problem with taken at value. For example, 6 july 2023 06:32 value is coming as 1688605356. 6 July 2023 08:32 value is coming as 1688612612....