Detecting fake news on social media
clone this repo
git clone https://github.com/unreally-ai/api-twitterbot.git
Install requirements
cd api-twitterbot/
pip install -r requirements.txt
python3 api.py
If you now go to http://127.0.0.1:8000/docs , you can test the API with a GUI.
Here is an example:
pyhton3 twitter_bot.py
Now you can mention @calctruth under a tweet, and it will evaluate!
(Make sure you're not running the bot for too long ;))