This is a twitter bot written in Python3 that responds with recommended local businesses a user might want to checkout based on the content of their tweet if they include the hash tag #askYP.
- Install Python3
- Install the NLTK module for python3: http://www.nltk.org/ (The NLTK module is used to get the key nouns from a users tweet)
- Install the tweepy module for python3: http://www.tweepy.org/
- Clear the cache.txt file (this file ensures the same tweet is not responded to twice)
- run bot.py from the terminal
The terminal output will indicate what the bot is doing, and any replies sent will appear on twitter
Here is a link to the bots page on twitter