Skip to content

web scraper discord bot created by kibi initially to grab data on lost sector rewards for Destiny 2 from bungie API

Notifications You must be signed in to change notification settings

jaykibi/Cayde-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cayde-7

This is a Discord web scraper bot created by kibi initially to grab data on lost sector rewards for Destiny 2 from Bungie API and other online resources.

SETUP:

First make sure you have a Discord bot API key which you can get from signing up on the Discord Developer Portal and creating an application.

Once you have that, clone this repo and put your API key in the TOKEN variable in the bot.py file's run_discord_bot() function:

def run_discord_bot():
TOKEN = ### INSERT API TOKEN HERE ###

Once you have done that, run the main.py file either in your terminal or an IDE (PyCharm is a good one)

And that should get you the basic functionality of Cayde-7.

Enjoy! :)

Commands:

Here are some commands you can ask of Cayde

/cayde this command will give a generic message on why Cayde was created

enter image description here

/cayde lost sector this command will web scrape for today's lost sector rewards and return light.gg links to them

enter image description here

/cayde hello this command will give you a nice greeting

enter image description here

/cayde help this command will give you a helpful message

enter image description here

/cayde tell Germy hes lame this command will tell Germy (one of my Discord members and best friend) that he's lame

enter image description here

About

web scraper discord bot created by kibi initially to grab data on lost sector rewards for Destiny 2 from bungie API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages