Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
czarniek committed Nov 29, 2018
1 parent 453b588 commit 88b508ca13f1a60ac88a19f7103838855b5cdd7c
Showing 1 changed file with 1 addition and 4 deletions.
@@ -1,16 +1,13 @@
# Discord Chatbot
# Discord User's Assistant Chatbot

Semi-intelligent discord chatbot for module 4006CEM - Oct/Nov 2018

Usage: python3 connector.py

You will

Libraries being used:
- requests (http://docs.python-requests.org/en/master/) by Kenneth Reitz for web requests
- bs4 (https://www.crummy.com/software/BeautifulSoup/) by Leonard Richardson for parsing HTML pages
- discord.py (https://github.com/Rapptz/discord.py/) by Rapptz used to connect to Discord.
- selenium (https://docs.seleniumhq.org/) by (originally) Jason Huggins used to scrap pages that use javascript calls for data (translate module)
- googletrans(https://pypi.org/project/googletrans/) by SuHun Han used as Google Translate API


0 comments on commit 88b508c

Please sign in to comment.