https://github.com/nickjordan289/cryptoexchangehelper
API that sends email for price alerts, used with cronjob
https://github.com/nickjordan289/cryptoexchangehelper
api cryptocurrency flask python xrp xrp-monitoring
Last synced: about 2 months ago
JSON representation
API that sends email for price alerts, used with cronjob
- Host: GitHub
- URL: https://github.com/nickjordan289/cryptoexchangehelper
- Owner: NickJordan289
- License: gpl-3.0
- Created: 2019-11-21T15:22:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:59:11.000Z (over 3 years ago)
- Last Synced: 2025-05-21T05:37:05.387Z (about 1 year ago)
- Topics: api, cryptocurrency, flask, python, xrp, xrp-monitoring
- Language: Jupyter Notebook
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 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=...
```