Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuuhhl/discord-giveaway-join-bot

This bot will automatically look for giveaways and join them. It is useful if you don't want to look through your servers every time just to catch the giveaways.
https://github.com/kuuhhl/discord-giveaway-join-bot

bot discord giveaway python

Last synced: 2 days ago
JSON representation

This bot will automatically look for giveaways and join them. It is useful if you don't want to look through your servers every time just to catch the giveaways.

Awesome Lists containing this project

README

        

# Discord Giveaway Join Bot
This bot will automatically look for giveaways and join them.

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Kuuhhl/Discord-Giveaway-Join-Bot)

# Dependencies
```
python3
requests
aiohttp
tqdm
```
# How to get an authentification-token
To run the bot, you will have to provide your authentification token.
To get one:
1. open Discord in your browser
2. press F12
3. select the 'Network'-tab.
4. select a different server/channel.

You should find a log that says `messages?limit=50` .
Click it and copy the authentification code from the request headers.

**Image guide:**

![Image guide](https://i.imgur.com/xKHVrfZ.png)