Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0wer/shitcoins.club_alerts

Script that parses the prices of https://shitcoins.club/, saves them in a csv file and sends notifications to a telegram channel when the comission is below a certain threshold.
https://github.com/m0wer/shitcoins.club_alerts

alert atm crypto cryptocurrency shitcoins telegram-bot usdt

Last synced: 8 days ago
JSON representation

Script that parses the prices of https://shitcoins.club/, saves them in a csv file and sends notifications to a telegram channel when the comission is below a certain threshold.

Awesome Lists containing this project

README

        

# shitcoins.club Telegram Bot for alerts

Script that parses the prices of https://shitcoins.club/, saves them in a csv file and sends notifications to a telegram channel when the comission is below a certain threshold.

## Run it

```bash
docker run \
-e TG_TOKEN=something \
-e TG_CHANNEL_ID=@your_channel_or_chat_id \
-v /path/to/your/data:/data \
-it \
--rm \
--name shitcoins-club-alerts \
ghcr.io/m0wer/shitcoins.club_alerts:master
```

Add it to a cron or something:

```
0 * * * * docker run ...
```