Skip to content

chandrakanth527/autogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autogram

Instagram Automation Software

Setup Commands

sudo apt-get update
sudo apt-get -y install python-pip
sudo apt-get -y install mongodb
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
cd instagram
pip install -r requirements.txt
sudo apt-get -y install ffmpeg
cd crontab-ui
npm install
./node_modules/.bin/forever start app.js
node ./config/install.js

Search Viral posts(images/videos) by hashtags or news feed suggestions based on your niche and like them

![](https://lh5.googleusercontent.com/yWf7Xw-0ZyCREnES0Ke3Fr7oq6ZzuJl9z9-nDTXRhzNfidksrfR16i4Cxn7rStZsICYNDa8FDvFCsDpprbfdHBatSU2-IFm5u1HI1TyKFEK8RCbcZggm9JSEKqhZF29Is95j5RRg =25)

At any point of time you can see all the posts you have liked by going to options and then clicking on “Posts you’ve liked” button. All posts visible here would be re-posted to your account one after the other based on your frequency setup

Once the post is published to your account, the posts gets unliked. You will not be able to see this post anymore in “Post you’ve liked section”

Setting up Instagram Schedule in the Tool

  • Goto the URL shared for the tool

  • Click on “New” button to add an Instagram Account to the tool. You can add any number of instagram accounts here. Do not run more than 10 accounts at a time as some times Instagram will ban if many accounts are using the same IP

  • Once you click on “New” you will see a popup with various fields that needs to be filled in order to setup the Instagram account.

  • Job Name: Any name that helps you identify the account

  • Instagram Username: Your Instagram account username

  • Instagram Password: Your Instagram account password

  • Post Caption: Custom caption that you want to add to each post the tool is reposting

  • You can add any custom text to the caption

  • You can add emojis to the caption. You can use the below site to copy paste the emoji

https://www.emojicopy.com/

  • You can add hashtags to the caption. Instagram considers only 30 hashtags per post so do not add more than 30 hashtags. You can use the below site to get the top hashtags based on keywords

https://seekmetrics.com/hashtag-generator

  • You can add usernames to the caption by simply including an “@” symbol in front of username

  • You can use the placeholder “” in caption which will be replaced with the owner of the picture or video you are reposting. In the below example notice how is replaced with “desserts.pleasure” when it is getting posted to instagram

  • Proxy Server URL: Url of your proxy server. If you are using HighProxies account create the URL in the below format

username:password@ip:port

Eg: test:[email protected]:23303

  • Run Every: How frequently you want to repost the content to your instagram page. Once every 1 hour or once every 2 hours or once every 3 hours

  • For newer accounts never use the frequency as 30 mins as the chances of getting banned are high. In general never use this option since we saw a decline in the number of followers if too much content is posted

  • Starting Hour and Ending Hour: The time between which you want the tool to post. For Eg: You want the tool to repost only between 9 in the morning to 6 in the evening.

  • Offset Minutes: This will give an offset in minutes to the time of posting so that not all accounts overload the server at the same time and also to be sure that instagram will not detect unusual activity at once eg: if you have set the Run every to 1 hour and offset to 2 minutes, then the tool will repost the content at 9:02, 10:02, 11:02 and so on. Strongly suggested to use different offset intervals for each account

  • Examples

  • Run Every: 2 hours

  • Starting Hour: 6

  • Ending Hour: 15

  • Offset Minutes: 3

  • Will post the content once every 2 Hours between 6 AM and 3 PM with an offset of 3 minutes. Posts will published at 6:03, 8:03, 10:03, 12:03 and 14:03

  • Once all of the values are added click on Save to add the Instagram account to the list

  • You can add any number of instagram account in the same way

  • You can temporarily stop the tool from publish the content by clicking on the “Stop” Button in the list.

  • You can restart the publishing by clicking on the “Start Button”

  • You can edit the account details or modify the schedule of any account by clicking on the edit Button

  • You can delete the account by clicking on the delete Button

About

Instagram Automation Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages