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:

  1. Give you a Horoscope for the day based on your zodiac sign
  2. Roll a die, or dice with any number of sides and any number of die
  3. Give a list of top 10 movies on the IMDB website based on popularity
  4. Give office quotes

How I built it

  • I mainly had to crawl 2 websites to complete this project:-
    1. Horoscope website
    2. 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

  1. I learned how to use the discord.py api wrapper
  2. How to crawl websites using the requests module and beautiful-soup library

What's next for Sage

Not yet planned

Built With

Share this project:

Updates