/BOT-Instagram_MP_Bulk

This is the Python code for automating Instagram direct messages.

Primary LanguagePythonMIT LicenseMIT

Instagram Direct Message Automation

This is the Python code for automating Instagram direct messages.

Libraries Used

  • Selenium
  • BeautifulSoup
  • Pandas
  • numpy
  • pyperclip
  • pyautogui
  • csv

How to Use

Before you can use this code, you first need to make sure you have all the required libraries installed on your system. You can do this using pip, by running the following commands:

pip install selenium
pip install beautifulsoup4
pip install pandas
pip install numpy
pip install pyperclip
pip install pyautogui

Make sure you also have the appropriate Chrome driver installed for your version of Chrome. You can do this using the webdriver-manager Chrome driver, by running the following command:

pip install webdriver-manager

Once you have installed all the necessary libraries and Chrome driver, you can run the script using the following command:

python instagram_direct_message.py

Disclaimer

This script is provided for informational purposes only. You are solely responsible for the use of this script and any consequences that may result. By using this script, you agree to hold its author and any other parties involved in its creation or distribution harmless from any damages or losses you may incur from using this script.