Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chekalsky/go-pan-inwestor

Go application sending message into Telegram when new coins appears on https://coinmarketcap.com
https://github.com/chekalsky/go-pan-inwestor

bitcoin coinmarketcap cryptocurrencies go golang telegram

Last synced: 13 days ago
JSON representation

Go application sending message into Telegram when new coins appears on https://coinmarketcap.com

Awesome Lists containing this project

README

        

# Pan Inwestor
Go application sending message into Telegram when new coins appears on coinmarketcap.com

Please rename `config.yml.example` to `config.yml` and change parameters to yours.

Then run:
```bash
govendor sync

go run main.go
```