A Python script that helps to schedule posts to Reddit.
Go to file
Kónya Márton 340fc85956 edited README.md 2020-07-20 12:34:09 +02:00
.gitignore added requirements.txt 2020-07-20 12:18:47 +02:00
LICENSE Initial commit 2020-07-20 01:13:07 +02:00
README.md edited README.md 2020-07-20 12:34:09 +02:00
creds.env added creds.env 2020-07-20 12:02:42 +02:00
requirements.txt added requirements.txt 2020-07-20 12:18:47 +02:00
run.py was completely working for a while 2020-07-20 11:33:51 +02:00

README.md

reddit_scheduler

A Python script that helps to schedule posts to Reddit.

How to install

  1. install python 3.x on your pc
  • On Linux
  1. It should be already installed, but if not use your package manager like apt pacman dnf
  • On Windows
  1. Visit python.org
  2. Go to downloads and download the installer for your system.
  3. Install with the downloaded .msi file
  • On Mac
  1. It should be installed already.
  2. Download this repository or clone it with git clone
  3. Go ino the reddit_scheduler folder and run pip install -r requirements.txt
  4. You're done with the installation.

How to use

  1. Run py run.py in the folder.
  2. Follow the instructions on the screen.

If you have any problems make an issue or email me at konyamarci52@protonmail.com