All Projects → b31ngd3v → instagram-post-scheduler

b31ngd3v / instagram-post-scheduler

Licence: MIT license
Python Program To Schedule Your Instagram Posts

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to instagram-post-scheduler

Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+163.33%)
Mutual labels:  instagram, selenium
Instapy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 12,473 (+41476.67%)
Mutual labels:  instagram, selenium
Instaloctrack
An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
Stars: ✭ 85 (+183.33%)
Mutual labels:  instagram, selenium
Instagram Profilecrawl
📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
Stars: ✭ 816 (+2620%)
Mutual labels:  instagram, selenium
InstaBot
Simple and friendly Bot for Instagram, using Selenium and Scrapy with Python.
Stars: ✭ 32 (+6.67%)
Mutual labels:  instagram, selenium
Instagramfirstcommenter
This bot will post a predefined comment as fast as possible to a new post on the target profile. I used this to successfully win tickets for a big music festival.
Stars: ✭ 26 (-13.33%)
Mutual labels:  instagram, selenium
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (+360%)
Mutual labels:  instagram, selenium
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (+143.33%)
Mutual labels:  instagram, selenium
instagram-profilecrawl
📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
Stars: ✭ 964 (+3113.33%)
Mutual labels:  instagram, selenium
ig-automatic-story-viewer
Python Program To Send Instagram Story Views
Stars: ✭ 17 (-43.33%)
Mutual labels:  instagram, selenium
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+2230%)
Mutual labels:  instagram, selenium
InstagramLocationScraper
No description or website provided.
Stars: ✭ 13 (-56.67%)
Mutual labels:  instagram, selenium
Instagramcrawler
A non API python program to crawl public photos, posts or followers
Stars: ✭ 349 (+1063.33%)
Mutual labels:  instagram, selenium
Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (+66.67%)
Mutual labels:  instagram, selenium
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (+90%)
Mutual labels:  instagram, selenium
Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (+266.67%)
Mutual labels:  instagram, selenium
InstaPy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 14,719 (+48963.33%)
Mutual labels:  instagram, selenium
Insta-Bot
Python bot using Selenium increasing Instagram Followers.
Stars: ✭ 62 (+106.67%)
Mutual labels:  instagram, selenium
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+216.67%)
Mutual labels:  instagram, selenium
cron-bundle
This bundle provides a simple interface for registering repeated scheduled tasks within your application.
Stars: ✭ 45 (+50%)
Mutual labels:  schedule

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].