https://github.com/philipinho/mirrorbot
https://github.com/philipinho/mirrorbot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philipinho/mirrorbot
- Owner: Philipinho
- Created: 2023-03-10T17:47:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T19:15:35.000Z (about 2 years ago)
- Last Synced: 2025-03-26T06:35:57.356Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### MirrorBot
Rapidsave client for the Central Mirrorbot API [u/a-mirror-bot](https://np.reddit.com/user/a-mirror-bot).create a .env file with the following content:
```
REDDIT_USERNAME=xxxxxxxxxxx
REDDIT_PASSWORD='xxxxxxxxxxxxxxxx'
REDDIT_CLIENT_ID='xxxxxxxxxxxxxxxx'
REDDIT_CLIENT_SECRET='xxxxxxxxxxxxxxxx'
USER_AGENT='centralized mirror for r/publicfreakout'
SUB_REDDIT_NAME='xxxxxxxxxxxxxxxx'
MIRROR_BOT_ACCESS_TOKEN='Key xxxxxxxxxxxxxxxx'
```then run the container with:
docker run -d --name mirrorbot --env-file=.env ghcr.io/philipinho/mirrorbot:latest