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: 7 months 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.
- Host: GitHub
- URL: https://github.com/m0wer/shitcoins.club_alerts
- Owner: m0wer
- Created: 2023-10-27T15:54:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T08:09:21.000Z (over 1 year ago)
- Last Synced: 2025-02-14T11:53:06.084Z (9 months ago)
- Topics: alert, atm, crypto, cryptocurrency, shitcoins, telegram-bot, usdt
- Language: Python
- Homepage: https://t.me/shitcoins_club_alerts
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ...
```