-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
# discoger | ||
# Discoger | ||
|
||
Telegram bot for checking if there are new sell in one specific list on Discogs | ||
|
||
## How to use it | ||
|
||
### Installation | ||
|
||
Installation is in three steps, the first is getting credentials from Discogs and Telegram. | ||
You need to create a [Token](https://www.discogs.com/fr/settings/developers). | ||
|
||
For Telegram you need contact []@BotFather](https://t.me/botfather) and follow a few simple steps for get your authorization token. | ||
|
||
### Configuration | ||
|
||
After that you need create config.ini file | ||
|
||
``` | ||
[DEFAULT] | ||
schedule_time = 30 | ||
[discogs] | ||
secret = dbPVkGbCVVffggfgkdfgmlkknzezsbhmscskncno | ||
[telegram] | ||
token = 1766763279:AAFwufBsdfdsfgdfsgfgsfsgdfgsdf | ||
``` | ||
|
||
### Docker | ||
|
||
``` | ||
docker container run -v ./:/root/.config/discoger beudbeud/discoger | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters