Skip to content

skulltech/reddit-auto-poster.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddit-auto-poster.py

Python script for posting to multiple subreddits automagically.

Installation and Set-Up

Works on Python 3.x

The only required library is praw. Install it as

$ pip3 install praw

Also, you'll have to create a Reddit app of type script from here, and put the CLIENT_ID, CLIENT_SECRET and USERNAME in the file config.ini.

Usage

After specifying the details of the posts to be made in the posts.json file, run the as following. Use the provided sample posts.json file as template

$ python3 reddit-auto-poster.py 
[*] Password for Reddit account SkullTech101: 
[*] JSON file containing posts: posts.json
[*] Posted "Test post..." on test. Post ID: 8e5k45
...

About

Python script for posting to multiple subreddits automagically.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages