From 4f42d63bded396cd0b2e6be0949a2b75a71a4cfd Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 26 Mar 2018 22:53:46 +0200 Subject: [PATCH] edited README --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README b/README index f6b23a7..41ee0b6 100644 --- a/README +++ b/README @@ -110,3 +110,20 @@ To move on to the next line of text, press enter twice. To see your pattern, type 'pattern'. To save your pattern in a text file, type 'save'. To leave the program, type 'quit'. + +## oulibot: Alex +Description: Chatbot that will help you to write a poem based on the text you inserted by giving you constraints. + +run: make oulibot + + +Dependencies: +irc.bot: pip3 install irc_client +nltk: pip3 install nltk && python3 -m nltk.downloader +rake_nltk: pip3 install rake_nltk +nltk.tokenize +nltk.corpus +textblob: pip3 install textblob +PIL: pip3 install Pillow +numpy: pip3 install numpy +tweepy: pip3 install tweepy