From 169b36b49995229b35b89e9ee614a5276556ca07 Mon Sep 17 00:00:00 2001 From: blank X Date: Fri, 20 Nov 2020 20:18:21 +0700 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c04179 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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`