Skip to content

Simple way of monitoring your cryptocurrency portfolio.

License

Notifications You must be signed in to change notification settings

nickyfoster/cointracker

Repository files navigation

Cointracker

A simple Telegram bot made with pure python3 for tracking your precious cryptocurrencies.

Installation

Install dependencies

pip install .

Configure TelegramBot API and CoinmarketcapPRO API

User way. Specify env variables

export TELEGRAM_BOT_API_KEY=<yours_bot_api_key>
export COINMARKETCAP_API_KEY=<yours_cmc_api_key>

OR

Developer way. Edit parameters via default config inside the project

cp cointracker/config.yml cointracker/config-local.yml
nano cointracker/config-local.yml

OR

Production way. Create /etc/cointracker/config.yml with ony overriding values.

cp -R cointracker/config.yml /etc/cointracker/config.yml 
nano /etc/cointracker/config.yml

Run the bot

python cointracker/main.py

Run the test

pytest

About

Simple way of monitoring your cryptocurrency portfolio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages