All Projects → SkullTech → Reddit Auto Poster.py

SkullTech / Reddit Auto Poster.py

Licence: mit
Python script for posting to multiple subreddits automagically.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects
script
160 projects

Labels

Projects that are alternatives of or similar to Reddit Auto Poster.py

Bulk Downloader For Reddit
Downloads media from reddit posts
Stars: ✭ 756 (+1160%)
Mutual labels:  reddit
Reddit Swiftui
A cross-platform Reddit client built in SwiftUI
Stars: ✭ 967 (+1511.67%)
Mutual labels:  reddit
Shine Unofficial
Unofficial fork of SHINE for Reddit.
Stars: ✭ 54 (-10%)
Mutual labels:  reddit
Furi Kura
Linux application indicator for reddit
Stars: ✭ 7 (-88.33%)
Mutual labels:  reddit
Redditsfinder
Archive a reddit user's post history. Formatted overview of a profile, JSON containing every post, and picture downloads. Uses the pushshift API.
Stars: ✭ 28 (-53.33%)
Mutual labels:  reddit
Snoo
A Reddit command line client written in Node.js, using modern ES-features
Stars: ✭ 39 (-35%)
Mutual labels:  reddit
Shreddit
Remove your comment history on Reddit as deleting an account does not do so.
Stars: ✭ 669 (+1015%)
Mutual labels:  reddit
Removed
An Android app for quickly viewing [removed] and [deleted] reddit comments.
Stars: ✭ 57 (-5%)
Mutual labels:  reddit
Windows Theme
Repository for Windows 10 community subreddit stylesheet and its assets.
Stars: ✭ 29 (-51.67%)
Mutual labels:  reddit
Reddit flutter
Some demo app with Flutter, including reddit topics
Stars: ✭ 49 (-18.33%)
Mutual labels:  reddit
Reddit Pgn To Gif
Converts PGN from /r/chess into gifs hosted on imgur and leaves a reddit comment
Stars: ✭ 16 (-73.33%)
Mutual labels:  reddit
Reddit Twitter Bot
Subreddit bot to upload newest image posts to a Twitter feed
Stars: ✭ 14 (-76.67%)
Mutual labels:  reddit
Psraw
PowerShell Reddit API Wrapper
Stars: ✭ 42 (-30%)
Mutual labels:  reddit
Dank
Here lies the greatest Reddit app that was never released
Stars: ✭ 783 (+1205%)
Mutual labels:  reddit
Netcore Postgres Oauth Boiler
A basic .NET Core website boilerplate using PostgreSQL for storage, Adminer for db management, Let's Encrypt for SSL certificates and NGINX for routing.
Stars: ✭ 57 (-5%)
Mutual labels:  reddit
Programming Language Subreddits And Their Choice Of Words
How do the different communities talk?
Stars: ✭ 752 (+1153.33%)
Mutual labels:  reddit
Reddit sse stream
A Server Side Event stream to deliver Reddit comments and submissions in near real-time to a client.
Stars: ✭ 39 (-35%)
Mutual labels:  reddit
Cascade
This repo contains code to detect sarcasm from text in discussion forum using deep learning
Stars: ✭ 58 (-3.33%)
Mutual labels:  reddit
Strimoid
Source code of Strm
Stars: ✭ 57 (-5%)
Mutual labels:  reddit
Anyme
Unofficial Android Anime App for MyAnimeList
Stars: ✭ 1,038 (+1630%)
Mutual labels:  reddit

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
...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].