Skip to content

pathetic/instagram-auto-posting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Auto Posting

Simple python script that logs in into your account using InstaBot and posts a random photo each x hours using schedule.

Installation

pip install -r requirements.txt

Usage

Update your config.py with your details.
Change the amount of x hours you want a photo to be posted in main.py file at line 49.

schedule.every(4).hours.do(run_threaded, upload_pictures)

And run the script.

python main.py

Recommendations

If you want to use the script on a VPS, use a VPN from your country in order to avoid any issues with the authentication.
If the script does not work, try to change your account type to business.
Make sure the photos are in .jpg format.

License

MIT

About

Posts a random photo from your local directory to instagram each x hours.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages