Skip to content

This is a Discord bot that sends mass SMS messages using a Google Spreadsheet via ADB & ShellMS.

License

Notifications You must be signed in to change notification settings

ooovenenoso/Mailer-Automation-ADB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mailer-Automation-ADB

Texto alternativo

This is a Discord bot that sends SMS messages using a Google Spreadsheet.

Requirements

  • Python 3.x
  • The following Python libraries:
    • discord
    • requests
    • gspread
    • oauth2client

Setup

  1. Make sure you have the required libraries installed. You can install them using the following command:
pip install discord requests gspread oauth2client
  1. Download the JSON credentials file from the Google account service and save it as credentials.json. You can obtain these credentials by following the steps in the Google Drive API documentation.
  2. Open the bot.py file and replace the following values:
    • SHEET-URL-HERE: Replace this with the URL of the Google Spreadsheet that contains the phone numbers.
    • DISCORD-BOT-API: Replace this with the Discord bot API token.

ADB and shellms Dependencies

The bot utilizes ADB (Android Debug Bridge) and the shellms package for sending SMS messages. Make sure you have ADB installed on your system and the shellms package available. You can install ADB by following the instructions specific to your operating system.

Usage

  1. Run the bot.py file:
python bot.py
  1. In Discord, use the /sendout command to send a message. The bot will prompt you to enter the message to send.
  2. The bot will send the message to the phone numbers specified in the Google Spreadsheet.

That's it! Now you can use the bot to send SMS messages through Discord.

Please note that this project is an example and may require modifications to fit your specific needs.

I hope this is what you're looking for. If you have any other questions, feel free to ask.

About

This is a Discord bot that sends mass SMS messages using a Google Spreadsheet via ADB & ShellMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages