Skip to content

athulreji/twitter-assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Assist

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.

ScreenShots

image image image

Team members

  1. Achyuth Mohan
  2. Adithya Kartha
  3. Athul Reji

How it Works ?

For users:

  1. This web application requires the user to have a twitter account.
  2. Using the provided link, an account can be created by providing credentials like your name, email id, twitter id etc.
  3. Login using the created username and password and this will take you to the dashboard.
  4. You will be provided with a bot name and by mentioning this bot name in your tweets, you can download and save the tweet.
  5. After giving all your tweets you can click the 'download' button in the dashboard.
  6. Then the browser will download a text file 'mentions.txt' which contains all the tweets along with the timestamp.

For Developers:

  1. The program tracks the tweets of user by using Twitter API and Tweepy. You should have a Twitter Developer account to access the API.
  2. When the user creates an account in the website using twitter id and other details it will be saved in the DB.
  3. When the user log in into the dashboard, the progrram collects the tweets from user using the API.
  4. 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.
  5. 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.

Libraries Used

requirements.txt

How to configure

Instructions for setting up project

About

A django application to save twitter threads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published