Releases: TychoTheTaco/Twitch-Drops-Bot
Releases · TychoTheTaco/Twitch-Drops-Bot
v1.3.3
v1.3.2
v1.3.1
v1.3.0
- Fixed issue claiming drops due to new Twitch integrity check
- Allow using game names in the config instead of IDs
headless
option is now automatically enabled when using docker- Updated dependencies
- Bug fixes
v1.2.5
v1.2.4
- The bot will now consider the broadcasters list when choosing a campaign to work on. This only applies when there are multiple campaigns for a game AND they end at the same time, If those conditions are met, then the bot will go through the broadcasters and pick the first one that is streaming that campaign. (#172)
v1.2.3
v1.2.2
v1.2.1
v1.2.0
- Added Discord web hook notifications. You can be notified on discord when the bot finds a new Drops campaign or claims a Drop. They can be enabled by adding this to the config:
"notifications": {
"discord": [
{
"webhook_url": "my_webhook_url",
"events": [
"new_drops_campaign", "drop_claimed"
],
"games": "all"
}
]
}
- Bug fixes