Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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! -->

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