Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kuuhhl/discord-giveaway-join-bot
- Owner: Kuuhhl
- Created: 2020-05-30T17:12:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T19:52:22.000Z (7 months ago)
- Last Synced: 2024-05-03T21:01:17.316Z (7 months ago)
- Topics: bot, discord, giveaway, python
- Language: Python
- Homepage:
- Size: 9.82 MB
- Stars: 18
- Watchers: 4
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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)