Python application to scrape tweets of a user and get all responses. Data can be used as training sets for machine learning
DEPENDANCIES: Tweepy: pip install tweepy
STEPS:
- Download the .py files.
- Change the "user" field to the username that you want to scrape.
- Input your Consumer Key, Consumer Secret, Access Token, and Access Secret.
- Run using "python Magnas.py"
- After the program finishes, a file will be created in the same directory titled data.txt that contains the output.
- Run MagnasAnalyzer using "python MagnasAnalyzer.py" to search data for the largest dataset, and export as a LSV file titled trainingSet.txt