Skip to content

A simple python script that will make multiple posts for you automatically. Good for "x-posting" to multiple subreddits at once. You can use this with PythonAnywhere for the ability to schedule your posts too!

License

Notifications You must be signed in to change notification settings

kuraiji/Simple-Reddit-MultiPoster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Reddit-MultiPoster

Basic Instructions:

  1. Download the latest release
  2. Fill out your information in the config.ini file
  3. Write your selftext message in a .txt file
  4. Run main.py

Additional Notes:

-To get your client id and client secret, follow the "First Steps" section here

-You can make as many selftext posts as you want, but just make sure the additional posts follows the same pattern as the sample posts

-For the selftext field, put the name of the text file that contains what you want to post

-Currently only selftext posts are supported

How to also add the ability to schedule your posts:

-You can use PythonAnywhere to run the script at a certain time. Effectively making it both a multi-poster and post scheduler that is completely free. When scheduling this in PythonAnywhere, make sure to set the python version to 3.6 or higher.

-If you want to use this with PythonAnywhere, make sure to change Day_to_post to the specific day you want to make your post

-Timezone is required to accurately get the current day. Full list of timezones here

About

A simple python script that will make multiple posts for you automatically. Good for "x-posting" to multiple subreddits at once. You can use this with PythonAnywhere for the ability to schedule your posts too!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages