A script to fetch and upload videos from Instagram
A Python script to fetch videos from Instagram profiles and hashtags, download them, and upload them to the Socialverse platform. 🎥➡️🌍
- 📷 Fetch videos from Instagram profiles (public accounts).
- 🏷️ Fetch videos based on hashtags.
- 💾 Download up to 20 videos per run.
- ⬆️ Upload videos to Socialverse.
- 🎯 Supports fetching videos from Instagram usernames and hashtags.
Before running the script, make sure you have the following dependencies installed:
- Python 3.12.8
requests
(for making API calls and downloading videos)instaloader
(for fetching videos from Instagram profiles)
To install the required libraries, run:
pip install requests instaloader