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
- Host: GitHub
- URL: https://github.com/b31ngd3v/instagram-auto-dm
- Owner: b31ngd3v
- License: mit
- Created: 2020-05-06T11:20:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T08:32:38.000Z (over 4 years ago)
- Last Synced: 2024-08-01T19:55:16.003Z (9 months ago)
- Topics: automatic-dm, bot, dm, instagram, instagram-bot, instagram-dm, python, scheduler, selenium, web-driver
- Language: Python
- Homepage:
- Size: 9.87 MB
- Stars: 75
- Watchers: 6
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```