Inspiration
The mythical qualities of nature that predict our near future and the modern power of storytelling that shape it in our minds.
What it does
The discord bot sage has 4 functions:
- Give you a Horoscope for the day based on your zodiac sign
- Roll a die, or dice with any number of sides and any number of die
- Give a list of top 10 movies on the IMDB website based on popularity
- Give office quotes
How I built it
- I mainly had to crawl 2 websites to complete this project:-
- Horoscope website
- IMDB website
- I used requests module in python to get all the frontend content of these websites and used the beautiful-soup library to filter the required content and present it, finally I used discord.py api wrapper to create the connections and functionality required for the bot to function in discord
Challenges I ran into
Learning how to crawl the websites efficiently was a challenge
Accomplishments that I am proud of
I am proud of completing this project in a short duration of time
What I learned
- I learned how to use the discord.py api wrapper
- How to crawl websites using the requests module and beautiful-soup library
What's next for Sage
Not yet planned
Built With
- beautiful-soup
- discord.py
- python
- requests

Log in or sign up for Devpost to join the conversation.