- trying to make a somewhat interactive twitter bot using Python. Inspired from here.
- We will be using tweepy to access twitter APIs.
- We will NOT be using any sort of machine learning or deep learning or NLP in this project.(not yet at least)
- Please document your code well.
The bot is presently responding with some relevant facts. checkout here
- Add more facts to the database to make the replies more relevant facts.
- Optimise the code, if need be.
- Maybe should change the database from pickle to some other systems.