Automatically respond to Instagram direct messages based on predefined rules.
Project description
Instagram Direct Message Autoresponder
This project allows you to automatically respond to direct messages (DMs) on Instagram based on predefined rules. It uses the instagrapi
library to interact with Instagram's API.
Features
- Automatic response to incoming direct messages based on predefined rules.
- Configuration settings for auto-reply, check interval, keep-alive duration, and log file path.
- Logs for all messages and responses.
- Test cases using Pytest.
Installation
- Clone this repository to your local machine.
- Install the required dependencies using pip: pip install -r requirements.txt
Usage
- Create a configuration JSON file with your Instagram credentials, rules, and settings. Here's an example configuration:
{
"username": "your_instagram_username",
"password": "your_instagram_password",
"rules": {
"hi|hello|hey": "Hi there! How are you doing?",
"how are you|how r u": "I'm doing well, thanks for asking! How about you?",
"default": "Sorry, I didn't understand that."
},
"settings": {
"auto_reply": true,
"check_interval_seconds": 60,
"keep_alive_minutes": 5,
"log_file": "instagram_bot_logs.txt"
}
}
Run the script with the path to your configuration file:
python run.py --config path/to/your/config.json
Configuration
username
: Your Instagram username.password
: Your Instagram password.rules
: Dictionary containing message patterns and corresponding responses.settings
:auto_reply
: Whether to automatically reply to messages. Default is true. if false, it will prompt before confirm sending the response to the user.check_interval_seconds
: Interval (in seconds) to check for new messages. Default is 60.keep_alive_minutes
: Duration (in minutes) to keep the application running. Set to null to run indefinitely.log_file
: Path to the log file. Default is instagram_bot_logs.txt.
Testing
To run the test cases, use the following command:
pytest
Disclaimer
Please note that this project utilizes the instagrapi library, which is a third-party tool for interacting with Instagram's API. This is an unofficial tool, and its usage might not be in compliance with Instagram's terms of service. Users should proceed with caution and review Instagram's policies to understand the potential risks, including the possibility of account restrictions or bans for automating direct message responses. This tool is provided "as is", and users should use it at their own risk, ensuring they are aware of and accept the potential implications of using unofficial APIs to interact with Instagram services.
Additional Advice
Review Instagram's Policy: Before using the autoresponder, it's crucial to review Instagram's Platform Policy and Community Guidelines to ensure compliance and avoid potential violations. Consider Privacy and Security: Be mindful of the security implications of storing and using Instagram credentials in scripts or applications. Ensure that your implementation follows best practices for data security and privacy. Stay Updated: Since this relies on an unofficial library, be prepared for the possibility of future changes to Instagram's API affecting the functionality of your autoresponder. Keep the library and your scripts updated and monitor for any announcements from the library maintainers regarding compatibility or new features.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file instagram_autoresponder-0.0.2a2.tar.gz
.
File metadata
- Download URL: instagram_autoresponder-0.0.2a2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 479ed6798fe8ffc7dfd5082efc56aacc70effe4c2b3da6fa0cd7bdf0b35e91e1 |
|
MD5 | bbb7267e32796e5017e563b08e4184ff |
|
BLAKE2b-256 | d07ec86f2faa52b92e3831032f97a58dd58a7e6e202c0d2bc053423d6092aebb |
File details
Details for the file instagram_autoresponder-0.0.2a2-py3-none-any.whl
.
File metadata
- Download URL: instagram_autoresponder-0.0.2a2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57789998ac67f0da9a0f09547d802e01493aed65e0a7ed4d6018f768c573553e |
|
MD5 | d0d04569fba30839c28d7af3644f4c6c |
|
BLAKE2b-256 | 767f60e0ab5c981fecbc5d10fdf95a80b649ea49defef35a1c668a9db12b104c |