Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f0903/bdo-coupon-bot
A simple Discord bot that searches for Black Desert coupons once in a while, and broadcasts them to subscribing channels..
https://github.com/f0903/bdo-coupon-bot
bdo black-desert black-desert-online-bot discord-bot discord-py docker games tools
Last synced: about 2 months ago
JSON representation
A simple Discord bot that searches for Black Desert coupons once in a while, and broadcasts them to subscribing channels..
- Host: GitHub
- URL: https://github.com/f0903/bdo-coupon-bot
- Owner: F0903
- Created: 2022-10-02T00:05:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T18:59:16.000Z (4 months ago)
- Last Synced: 2024-09-17T23:14:31.833Z (4 months ago)
- Topics: bdo, black-desert, black-desert-online-bot, discord-bot, discord-py, docker, games, tools
- Language: Python
- Homepage:
- Size: 321 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BDO Coupon Bot
A simple Discord bot that searches for Black Desert coupons once in a while, and broadcasts them to subscribing channels.
## Usage
You can run the bot either with Docker for convenience or natively as well.
### With Docker
1. Clone the repo
2. Create a new filed called "discord_token", and paste your discord token here
3. Run "docker compose up --detach"## Without Docker
1. Install Firefox browser
2. [Install Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer)
3. Clone the repo in the destination of your choice
4. Create a new filed called "discord_token", and paste your discord token here
5. Start with launch.sh (this will also pull the latest changes)