Open Mx455 opened 2 years ago
Good afternoon @Mx455, sorry I didn't get to this sooner. So essentially I followed this tutorial to setup the discord bot using Python.
I recommend taking a look at that resource if you have the time. To summarize it for you, this is how you would create a connection with my code and a discord bot:
export DISCORD_TOKEN='<YOUR-DISCORD-BOT-TOKEN>'
. This was obtained in step 4.python snkrbot.py
It will definitely be helpful to create a Python virtualenv because you will need to pip install the following libraries: requests
, requests-html
, and discord.py
.
Hope this was helpful. If you have anymore questions, please feel free to ask. I've been busy with work and other projects so unfortunately haven't had the time to implement other features and improve the README.
Let me know if you get it working, and I will close this issue. I'll also make sure to merge the above into the README.
Hi bro, I wanted to try your bot, how do I establish a connection with discord? I don't find information