Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T02:24:23.000Z (about 6 years ago)
- Last Synced: 2024-05-16T05:37:00.452Z (8 months 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
README
# tipmebch
Tipping for Telegram with Bitcoin
![Logo](https://raw.githubusercontent.com/abrkn/tipmebch/master/logo.png)
## 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