- In this repo fetch old tweets of user in csv file using python. You can check example in here
- In example i have downloaded year of 2016 tweets of Narendra Modi and Donald J. Trump.
In python file you put below three information.
- Enter twitter handle as you want in user_name section.
- Enter Starting date of you want fetch.
- Enter Ending date of you want fetch.
user_name = "elonmusk" #put twitter user id without @
start_date = "2016-01-01" #yy-mm-dd
end_date = "2016-12-31" #yy-mm-dd
- Run python programme.
.
├── Example
│ ├── narendramodi 2016-01-01 to 2016-12-31 tweets.csv
│ └── realDonaldTrump 2016-01-01 to 2016-12-31 tweets.csv
├── LICENSE
├── README.md
└── user-old-tweets.py
1 directory, 5 files
If you find a bug (the application couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
Known on internet as Yogesh Nile