Reddit bot that web scrapes "http://duellinks.gamea.co/" and tells the user how to get a specific card in the video game "Yugioh - Duel Links"
On the subbreddit /r/DuelLinks, comment any card name between two curled braces, and the bot will answer. (Example in screenshots)
Developed on Python 2.7.12
Needed dependeices are all in the "requirments.txt" file
Use this to install them
pip install -r requirments.txt
In addition to these python packeges, Pandoc is also needed
- PRAW - Used to interact with the reddit API
- BeautifulSoup - Used for web scraping
- html5lib - Used to parse the web page
- pyPandoc - Used to convert HTML to Markdown
- Google-Search-API - Used to search for the cards on http://duellinks.gamea.co/
- Ron Serruya - Initial work - Ronserruya