WriteScript is a Python script that allows you to send a test message to Instagram users using the Instaloader and Instapy-cli libraries.
Before running the script, make sure you have the following installed:
- Python 3
- Instaloader library
- Instapy-cli library
-
Clone the repository:
git clone https://github.com/leonw1112/WriteScript.git
-
Install the required libraries:
pip install instaloader instapy-cli
-
Open the
main.py
file and replace'YOUR_USERNAME'
and'YOUR_PASSWORD'
with your Instagram credentials. -
Run the script:
python main.py
The script will log in to Instagram using the provided credentials and send a test message to users matching the specified keyword. In some cases, you will need an venv enviroment for python.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the GPL License. See the LICENSE file for details.