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
- Host: GitHub
- URL: https://github.com/ademking/bulksmspython
- Owner: Ademking
- License: mit
- Created: 2018-10-15T19:11:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T15:51:55.000Z (almost 4 years ago)
- Last Synced: 2025-04-20T18:38:47.817Z (about 1 year ago)
- Topics: android-adb, phone, python, sms
- Language: Python
- Size: 5.86 KB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BulkSMSPython
Send SMS to your list of numbers - using Android ADB

## 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