https://github.com/rozbb/android_sms_bot
An SMS bot for Andorid written in Python utilizing SL4A
https://github.com/rozbb/android_sms_bot
Last synced: 11 months ago
JSON representation
An SMS bot for Andorid written in Python utilizing SL4A
- Host: GitHub
- URL: https://github.com/rozbb/android_sms_bot
- Owner: rozbb
- Created: 2012-01-29T04:32:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-29T04:33:40.000Z (over 14 years ago)
- Last Synced: 2025-04-09T22:00:46.694Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
##Android SMS Auto-Responder##
Respond to text messages from a set list of numbers with either a random txting shrthnd or the reverse of the received message.
####Usage:####
Place the two txt files on the root of your SD card
Run the script with [SL4A](https://code.google.com/p/android-scripting/).
####Target Respond List Syntax:####
Note: A sample file (target_respond_list.txt) has been provided.
Begin each block of respond action with either:
reverse:
or
random:
Put the 10 digit number on its own line. All non-numeric data is ignored. The comments in the sample do not have to be preceded by a //, that's just how I chose to write them. Numbers may be repeated any number of times and so may blocks (not sure why one would do that, though).