This django application helps you to download and save twitter threads. Valuable tweets can be saved by mentioning bot name within the tweet using your twitter account. With the help of twiteer API these mentioned tweets can be downloaded from the Dashboard.
- This web application requires the user to have a twitter account.
- Using the provided link, an account can be created by providing credentials like your name, email id, twitter id etc.
- Login using the created username and password and this will take you to the dashboard.
- You will be provided with a bot name and by mentioning this bot name in your tweets, you can download and save the tweet.
- After giving all your tweets you can click the 'download' button in the dashboard.
- Then the browser will download a text file 'mentions.txt' which contains all the tweets along with the timestamp.
- The program tracks the tweets of user by using Twitter API and Tweepy. You should have a Twitter Developer account to access the API.
- When the user creates an account in the website using twitter id and other details it will be saved in the DB.
- When the user log in into the dashboard, the progrram collects the tweets from user using the API.
- When the user clicks the download button the program writes the current tweets in a text file and this text file will be made available for the user to download.
- The python file containing API keys are 'ignored' for security issues in GitHub repo. A security_keys.py file with api keys must be added to twitter_assist/mainappp directory.