Bulk direct messenger can send direct messages to many people at once. I have confirmed that it works with the latest version of tweepy.
- Important : This content was created with reference to this video. This content has been modified to work.
- Attention : If you send direct message to many people at once, it maybe considered spam on Twitter.
- Get the Twitter API Key from here.
- Grant Read, Write and Direct Message permissions to the API.
- Edit main.py and enter your API Key.
- Create the list and put the people who you want to send direct message.
- Get the list id.
- Edit main.py and enter your list id.
- Edit main.py and enter the message what you want to send.
- Run main.py
- That's all.