Skip to content

Automate the process of uploading images from a local directory to your Instagram account with ease using this Python script powered by the instagrapi library.

License

Notifications You must be signed in to change notification settings

gxuxhxm/directory2instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory2instagram

GIF

Overview

This Python script allows you to upload images from a local directory to your Instagram account using the instagrapi library. It automates the process of posting images to Instagram, saving you time and effort.

Features

  • Upload images to Instagram from a specified directory.
  • Simple and easy-to-use Python script.
  • Minimal dependencies.

Disclaimer

This script automates the process of posting images to Instagram, which may violate Instagram's usage guidelines. Use it responsibly and at your own risk. Be aware that automating actions on Instagram could potentially lead to account restrictions or bans.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/gxuxhxm/directory2instagram
    
  2. Navigate to the project directory:

    cd DirectoryTOinstagram
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Replace <instagram_username> and <instagram_password> in the script with your Instagram credentials.
  2. Set the posts_directory variable to the path of the directory containing the images you want to upload.
  3. Optionally, customize the caption for the uploaded images by modifying the caption variable in the script.
  4. Run the Python script:
    python Main.py
    

License

This project is licensed under the MIT License.


About

Automate the process of uploading images from a local directory to your Instagram account with ease using this Python script powered by the instagrapi library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages