Skip to content

Simple app to monitor trends for different cryptocurrencies

Notifications You must be signed in to change notification settings

javekk/Cryptocurrency-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency-checker

Simple app to monitor trends for different cryptocurrencies

Requirements

  • python >3.7

How to deploy

First, download and run the MongoDB server:

$ docker pull mongo

$ docker run -d -p 27017-27019:27017-27019 --name mongodb mongo

Install requirements:

$ pip install -r requirements.txt 

In one terminal run the endpoint:

$ python endpoint.py

Then in another terminal run the cryptoBot:

$ python cryptoBot.py

About

Simple app to monitor trends for different cryptocurrencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages