Skip to content

Commit

Permalink
Merge pull request #61 from birdhouses/birdhouses-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
birdhouses authored Mar 7, 2024
2 parents 1c9dd9f + c9d3108 commit 879e993
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ If you accidentally added a account, you may manually remove it from the ```conf

Please note that this feature is still under development. Feel free to create an issue in the github repo with any errors you encounter.

## DM Automation
To send automatically send DMs to users you need to manually specify a list of usernames to send the DM's to. Using the GUI, each username must be on a newline in the textarea.
You can also modify the config.json manually, and provide an array of usernames in the `dm_accounts_from_list.accounts` setting. You can set the `timeout` in seconds between each DM.
You can specify the `message`. This needs to be a single-line string.

## Proxy configuration
In the main directory of your Instagram Bot, create a file named proxies.txt. Each line in this file should represent a single proxy in the format IP:Port:Username:Password. For example:

Expand Down

0 comments on commit 879e993

Please sign in to comment.