diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-03-20 16:20:35 +0000 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2024-03-20 16:20:35 +0000 |
| commit | 93fb051bac8bac15e188f6281dcb5e679da13855 (patch) | |
| tree | 5c2c9a616a60df940b4943749b312ecae738b740 | |
| parent | 4e84325c15980ade9ccb2c0a37a23e540f41e769 (diff) | |
update README
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -8,7 +8,7 @@ This code is current deployed as [PhaseTracker](https://phase-tracker.com). Coll Below are the steps to set up the flask backend for data collection and serving data through a web server (`/backend` folder of repo) ### Dependencies -- MariaDB or MySQL +- PostgresSQL - Python 3.11+ - Flask 2.1.2+ (Optional) @@ -16,7 +16,11 @@ Below are the steps to set up the flask backend for data collection and serving pip install -r requirements.txt ``` ### Usage -a. Fill in `config.json` with required info for API keys and SQL connection info +a. Add the environment variables in the `.env.template` + - B2API fields are uncessary if you are not auto upload to Backblaze B2 + - YouTube API not necessary unless you plan on tracking a non-Holodex subset of channels + +b. Specify trace colors in `member_color.py` (based on Channel Name) #### For collection using a set of channels belonging to a Virtual YouTuber organization listed on Holodex 1. Edit main.py and edit `HOLODEX_ORG` to the organization name on Holodex and `ORG_MEMBER_COUNT` to the number of members that organization has - Overshooting the member count may lead to additional loop iterations, but in general there will be no problems |
