Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

b31ngd3v/instagram-post-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Post Scheduler

Auto Post

IMPORTANT NOTES

  • If Your Photo Does Not Fit to the screen, You Can Use This Feature Called expand, to Use This Feature Just Unmute Below Lines:
  1. #expnd_btn = browser.find_element_by_class_name('pHnkA') [line:55]

  2. #expnd_btn.click() [line:56]

  3. #time.sleep(1) [line:58]

Before Running scheduler.py

  • Open scheduler.py File and Edit The Following Lines:
  1. username = 'USERNAME' # Enter your username here [line:23]

  2. password = 'PASSWORD' # Enter your password here [line:24]

  3. file_path = r"C:\Users\P Sinha\Desktop\Capture.png" # File Path Where Pic/Vid is Stored That You Want To Upload [line:25]

  4. timee = "21:44" # Specific Time When The Post will be Posted [line:92]

  5. caption = 'Hi There, P Sinha this side !' # Write Your Caption Here [line:65]

Ensure that you have Chrome installed and the chromedriver that matches your Chrome version available on your $PATH. You may have to update this from time to time.

Requirements

pip install selenium
  • Install Schedule:
pip install schedule
  • Install pyautogui:
pip install PyAutoGUI

Run

  • Run the program using:
python scheduler.py

Buy Me a Coffee

Buy Me A Coffee

Releases

No releases published

Packages

No packages published

Languages