Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

A python app that reposts Reddit posts to Instagram.

Notifications You must be signed in to change notification settings

kekn9ne/Reddit-to-Instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit-to-Instagram

Reddit-to-Instagram allows you to get hot/top/new/rising posts from various subreddits and repost them to your Instagram account automataically. Don't you ever use your main Instagram account with this bot. What this bot does is against the Instagram's rules and your account may get banned. So, use another account.

Usage

Video tutorial

  • Clone or download this repo.
  • Create a Reddit app from here.
  • Install requirements by typing pip install -r requirements.txt
  • Edit the config file (instructions below).
  • Run python app.py

Editing the Config File

client_id: Your Reddit App's client id.
client_secret: Your Reddit App's client secret.
user_agent: Set to whatever you want, but don't leave empty.

post_type: If typed "hot", it will search for hot Reddit posts. (You can use "hot", "top", "rising", "new".)
subreddits: Subreddits to be monitored.

comment_submission: If true, the bot comments to the post in Reddit before reposting it. Some subreddit mods may not be okay with reposting their content.
submission_comment: Comment.
{instagram}: Gets formatted to your Instagram username.
{instagram_post}: Gets formatted to the Instagram post's url.

instagram_username: Your Instagram username.
instagram_password: Your Instagram account.
post_caption: Instagram post's caption.
{title}: gets formatted to Reddit post's title.
{author}: gets formatted to Reddit post's author.
{subreddit}: gets formatted to Reddit post's subreddit.
{score}: gets formatted to Reddit post's score.

wait_before_posting: Wait time before reposting a Reddit post to Instagram.

About

A python app that reposts Reddit posts to Instagram.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages