Go to file
float-trip 04ea9c9e5e Initial commit. 2023-07-11 04:55:36 +00:00
batcher.py Initial commit. 2023-07-11 04:55:36 +00:00
batcher_config.example.yaml Initial commit. 2023-07-11 04:55:36 +00:00
compile_proto.sh Initial commit. 2023-07-11 04:55:36 +00:00
fetcher.py Initial commit. 2023-07-11 04:55:36 +00:00
fetcher_config.example.yaml Initial commit. 2023-07-11 04:55:36 +00:00
id_service.proto Initial commit. 2023-07-11 04:55:36 +00:00
readme.md Initial commit. 2023-07-11 04:55:36 +00:00
requirements.txt Initial commit. 2023-07-11 04:55:36 +00:00

readme.md

# ...install PostgreSQL...
pip install -r requirements.txt
# ...modify example yamls...
mv batcher_config.example.yaml batcher_config.yaml
mv fetcher_config.example.yaml fetcher_config.yaml
mkdir logs
bash compile_proto.sh

# Then run both of these files:
python batcher.py
python fetcher.py

Getting a refresh token: https://praw.readthedocs.io/en/stable/tutorials/refresh_token.html#obtaining-refresh-tokens