https://www.twitonomy.com/dashboard.php
https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-user_timeline
https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/user-object
https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object
https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/entities-object
https://github.com/sixohsix/twitter/blob/master/twitter/api.py
https://python-twitter.readthedocs.io/en/latest/twitter.html
http://docs.tweepy.org/en/latest/api.html
https://pypi.org/project/GetOldTweets3/
https://github.com/5hirish/tweet_scrapper/blob/master/USAGE.md
https://botometer.iuni.iu.edu/bot-repository/datasets.html
- Content_Data.csv - content features file
- Graph_Data.csv - graph features file
- Training_Data.csv - final, merged features for training the model
- MergingTrainingData (py) - code used to merge features
- RVMTrainingModel (py) - code for training the model, training model used : RVM with a linear kernel, testing accuracy : 81.25%