Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 433 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 433 Bytes

reviewbot

From Make-a-bot Meetup #2.

To install, first pip install -r requirements.txt, then follow spaCy model setup instructions here to download the spaCy language models.

Then run it using python reviewbot.py.

Stretch goals:

  • Integrate it with Twitter
  • Make it handle this sentence: “What do you think of my socks?” -> “I *** your socks”
  • Make it run on Heroku