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

https://github.com/ademking/bulksmspython

Send SMS to your list of numbers - using Android ADB
https://github.com/ademking/bulksmspython

android-adb phone python sms

Last synced: about 1 year ago
JSON representation

Send SMS to your list of numbers - using Android ADB

Awesome Lists containing this project

README

          

# BulkSMSPython
Send SMS to your list of numbers - using Android ADB

![](https://i.imgur.com/QnW8kDm.gif)

## Requirement

1. You must have Python - of course 😅 => [Download Python](https://www.python.org/downloads/)
2. You must have ADB installed => [Click Here to know more](https://www.xda-developers.com/install-adb-windows-macos-linux/)
3. You need to plug your phone to your Computer using usb cable
4. you phone must have "Developer Options" enabled! => [Click Here to know more](https://www.digitaltrends.com/mobile/how-to-get-developer-options-on-android/)
5. Your sim card must have enough credit to send SMS - of course 😅

## How to use it

1. Run :

```
$ git clone https://github.com/Ademking/BulkSMSPython
$ cd BulkSMSPython
```

2. Modify numbers.txt with your numbers

3. Modify message.txt with your message body

4. Run :

```
$ app.py
```

## That's it 😉 Hope you like it