https://github.com/abrkn/tipmebch
Tipping for Telegram with BCH. Join us! -->
https://github.com/abrkn/tipmebch
bitcoin bitcoin-cash bitcoincash telegram telegram-bot
Last synced: 11 months ago
JSON representation
Tipping for Telegram with BCH. Join us! -->
- Host: GitHub
- URL: https://github.com/abrkn/tipmebch
- Owner: abrkn
- License: mit
- Created: 2018-02-25T15:32:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T02:24:23.000Z (over 7 years ago)
- Last Synced: 2024-05-16T05:37:00.452Z (about 2 years ago)
- Topics: bitcoin, bitcoin-cash, bitcoincash, telegram, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/tipmebchbot
- Size: 263 KB
- Stars: 40
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bitcoin-cash - tipmebch
README
# tipmebch
Tipping for Telegram with Bitcoin

## Warning
This software is highly experimental and may lead to loss of funds.
The author takes no responsibility for your money.
## Installation
```bash
npm install
```
## Configuration
Define the environment variables:
```bash
export TELEGRAM_BOT_TOKEN=496343161:yoursecret
export BITCOIND_URL=http://rpcuser:rpcpassword@localhost:8333
export STAFF_USER_ID=403107081
export TELEGRAM_BOT_USERNAME=TipMeBchBot
export DEFAULT_STICKER_SET=pepe
export REDIS_URL=redis://localhost
```
## Running
```bash
npm start
```
## Stickers sets
See [sticker set documentation](docs/stickers.md)
## License
See [LICENSE](LICENSE)
## Author
Andreas Brekken