An open API service indexing awesome lists of open source software.

https://github.com/bitkarrot/satshkd

HKDSAT historical chart
https://github.com/bitkarrot/satshkd

Last synced: 9 months ago
JSON representation

HKDSAT historical chart

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