gxuxhxm / directory2instagram

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%