An open API service indexing awesome lists of open source software.

https://github.com/b31ngd3v/instagram-auto-dm

Python Program To Send Automatic DMs
https://github.com/b31ngd3v/instagram-auto-dm

automatic-dm bot dm instagram instagram-bot instagram-dm python scheduler selenium web-driver

Last synced: 17 days ago
JSON representation

Python Program To Send Automatic DMs

Awesome Lists containing this project

README

        

Instagram Auto DM
========
Auto DMer

## Before Running `DMer.py`

* Open DMer.py File and Edit The Following Lines:

1) `username = 'USERNAME' # Enter your username here` [line:24]

2) `password = 'PASSWORD' # Enter your password here` [line:25]

3) `timee = "21:44" # Specific Time When The message will be send` [line:91]

4) `txt_box.send_keys(f"Hi @{usrnames} ! What's up ?") # Messege that you want to send` [line:53]

5) `usrnames = ['instagram', 'twitter'] # username whom you will send the message` [line:11]

Ensure that you have Chrome installed and the
[`chromedriver` ](https://chromedriver.chromium.org/downloads) that matches
your Chrome version available on your `$PATH`. You may have to update this from time to time.

## Requirements

* [Python](https://www.python.org/)
* `python` on the PATH
* [The Requests Library](http://python-requests.org) for Python: `pip install requests`
* Install Selenium:

```bash
pip install selenium
```
* Install Schedule:

```bash
pip install schedule
```

## Run

* Run the program using:

```bash
python DMer.py
```