Skip to content

tristanmkernan/crypto-discord-bot

Repository files navigation

Crypto Bot

Interactions

Crypto bot will search your messages for crypto tickers and provide you the latest price information. The bot will also respond to !crypto <ticker> commands.

Development

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ nano -w .env  # set BOT_PASSWORD
$ export BOT_PASSWORD=42
$ python main.py

Publish

As above, with a .env file configured, use Docker to run the app.

$ docker-compose build
$ docker-compose up --detach

License

GPLv3+

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published