Skip to content

Aditya-Rajgor/Reddit-to-Instagram-automation

Repository files navigation

Updates -

  • Watch this video for the latest update
  • https://youtu.be/8A0xDbDeYuM
  • Updated file name - News_Articles.py
  • Raise the issue for feature and bug

Reddit-to-Instagram-automation

This script (replit) posts a meme on my Instagram account EVERY HOUR from Reddit r/memes.

Check out my instagram account and video for live demo

Video demo


Prerequisites

  • Reddit app

    • Reddit Client Id
    • Reddit Client Secret
  • Imgur app

    • Imgur Client Id
    • Imgur Client Secret
  • Facebook app

    • Business facebook page connected to Instagram professional account
    • Facebook user access token
    • Facebook app client id
    • Facebook app client secret

For complete automation, check this source codes here.

Every Hour Manual

To-Do

  • User access

    • Currently replit code only limited to personal use. Make the facebook app live, so that anyone can give the access to upload the post upon their Instagram account request.
  • Add hashtag from the caption, remove stopwords and add them

  • Make the script more memory friendly

    • [] Use native csv then pandas for look up
    • [] Or use sql database
  • More instagram terms and conditions friendly

    • [] Get the text from the image, and check for cursed words, if found use another image
    • profanity chacked and removed from caption
  • Create script which support both vidoes and images

  • Current code is not business oriented, providing no value at all. Change the theme of the Instagram account


References