An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.85k
stars
2.73k
forks
source link
[Question] is there a way to collect source and type of tweets from scrapper instead of giving a input #1397
There is a option to input Source like to get tweets from android or from web. But how can we get the source by default, i mean to say json file is returning "Source" as empty. How can we get the source as output instead of input.
Description of Issue
There is a option to input Source like to get tweets from android or from web. But how can we get the source by default, i mean to say json file is returning "Source" as empty. How can we get the source as output instead of input.
For example:
This is the output sample of Json:
So Source, Geo, near are always returning empty. Is there a way to fill these tags from scrapper?
Environment Details
I hope my question is understandable :-)