Skip to content

inajaf/instagram-csv-bot-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Post Automation Script

Introduction

This simple script automates the process of uploading posts to Instagram with images, captions generated from a CSV file. It uses the instagrapi library for interacting with Instagram, and requests and Pillow libraries for handling images. You can modify Promo text inside the script in param name "promo_text"

Installation

  1. Clone the Repository:

    git clone https://github.com/yourusername/yourrepository.git
    cd yourrepository
  2. Install the Required Dependencies:

    pip install -r requirements.txt
  3. Configure Your Credentials

    cl.login(username='your_instagram_username', password='your_instagram_password')
    
  4. Specify the Path to Your CSV File

    csv_file_path = 'path/to/your/csvfile.csv'
    
  5. Run the script

    python script.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages