https://github.com/bh2smith/md-backfiller
Just a basic-ass python script to backill via pubsub requests
https://github.com/bh2smith/md-backfiller
Last synced: about 1 year ago
JSON representation
Just a basic-ass python script to backill via pubsub requests
- Host: GitHub
- URL: https://github.com/bh2smith/md-backfiller
- Owner: bh2smith
- Created: 2024-03-05T17:24:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T13:04:51.000Z (over 2 years ago)
- Last Synced: 2025-02-17T10:47:58.530Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
pip install -r requirements.txt
cp .env.example .env <-- Fill out credentials
source .env
python3 main.py
```