Skip to content

NickJordan289/CryptoExchangeHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the server (Pipenv)

// don't forget to place the .env file in the folder
pipenv install -r requirements.txt
pipenv run python main.py

Configurations

In the __init__.py be sure to change the mail_config to your own server

.env file requirements

Token: API token for exchange.coinjar.com Email_pass: Password to the email that will be sending out alerts

TOKEN=...
EMAIL_PASS=...