https://github.com/bitkarrot/satshkd
HKDSAT historical chart
https://github.com/bitkarrot/satshkd
Last synced: 9 months ago
JSON representation
HKDSAT historical chart
- Host: GitHub
- URL: https://github.com/bitkarrot/satshkd
- Owner: bitkarrot
- Created: 2021-03-11T07:38:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:25:54.000Z (about 2 years ago)
- Last Synced: 2025-06-01T12:45:26.986Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 892 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HKDSAT Historical Chart
for entertainment and educational purposes only.
#### [development environment only]
To run as python3
```
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 sats.py
```
#### [production environment only]
WSGI and NGINX Setup
https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-20-04
#### [Yaml Files]
config.yml - url with api key - user needs to add this
rates.yml - hourly rates from exchange api, autogenerated
#### [WSGI config]
satshkd.ini
wsgi.py
#### [system processes]
systemctl status satshkd
satshkd.service
systemctl status satscron
python3 cron.py