AutGPT-Instagram
May 5, 2023 ยท View on GitHub
A plugin for AutoGPT which enables access to Instagram.
Features
- Post Instagram Pictures
- Search for users
- Follow/Unfollow users
Plugin Installation Steps
-
Clone or download the plugin repository: Clone the plugin repository, or download the repository as a zip file.

-
Install the plugin's dependencies (if any): Navigate to the plugin's folder in your terminal, and run the following command to install any required dependencies:
pip install -r requirements.txt -
Package the plugin as a Zip file: If you cloned the repository, compress the plugin folder as a Zip file.
-
Copy the plugin's Zip file: Place the plugin's Zip file in the
pluginsfolder of the Auto-GPT repository. -
Allowlist the plugin (optional): Add the plugin's class name to the
ALLOWLISTED_PLUGINSin the.envfile to avoid being prompted with a warning when loading the plugin:ALLOWLISTED_PLUGINS=example-plugin1,example-plugin2,example-plugin3 -
**Add Instagram cretentials to env file: **
INSTAGRAM_USERNAME=username INSTAGRAM_PASSWORD=password