Python script for posting to multiple subreddits automagically.
Works on Python 3.x
The only required library is praw. Install it as
$ pip3 install prawAlso, 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.
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
...