You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
328 B
14 lines
328 B
![]()
2 years ago
|
# redditbot
|
||
|
|
||
|
A reddit to telegram mirror thing because why not
|
||
|
|
||
|
### Installation Instructions
|
||
|
1. Install:
|
||
|
- `python3` (this is in python after all)
|
||
|
- `ffmpeg` (to get the audio for videos)
|
||
|
2. `pip3 install -r requirements.txt`
|
||
|
3. Copy example_config.yaml to config.yaml and edit it
|
||
|
|
||
|
### Start
|
||
|
`python3 redditbot.py`
|