Skip to content

Instagram Video Downloader & Uploader: Automates downloading videos from any Instagram account using Instaloader and uploads them to your account using Instagrapi. Includes error handling, retries for failed uploads, and logging.

License

Notifications You must be signed in to change notification settings

ShUBHaMJHA9/instagram-video-upload-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📥 Instagram Video Upload & Download 📤

A Python script to download videos from any Instagram account and upload them to your own account using Instaloader and Instagrapi.

🚀 Features

  • Download Videos: Fetch all videos from a specified Instagram user 📸.
  • Upload Videos: Post downloaded videos to your Instagram account 📤.
  • Retry Failed Uploads: Automatically retry uploads that failed 🚀.
  • Account Status Check: Optional function to verify account status (if applicable) ✅.

🛠 Installation

  1. Clone the Repository:

    git clone https://github.com/yourusername/instagram-video-upload-download.git
    cd instagram-video-upload-download
  2. Create a Virtual Environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Configure Environment Variables:

    Copy .env.example to .env and update it with your Instagram credentials and user ID:

    cp .env.example .env
  5. Run the Script:

    instagram-video-upload-download.py

💡 Usage

  1. Update instagram-video-upload-download.py:

    • Replace placeholders in the .env file with your Instagram username, password, and target user ID.
  2. Run the Script:

    • Ensure you have the necessary permissions and that your Instagram account is not restricted.

🤝 Contributing

Contributions are welcome! Please submit a pull request with your changes.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgements

About

Instagram Video Downloader & Uploader: Automates downloading videos from any Instagram account using Instaloader and uploads them to your account using Instagrapi. Includes error handling, retries for failed uploads, and logging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages