If you looking for tools sms via Proovl
So what we need to do for sms sender via this tools use proovl api.
Tools working well with this python
Python SMS sender with SMS Gateway API. Send SMS messages from Command Line / Terminal
Detail Info :
Go to API Settings - Update Settings
Enter your Proovl API Number, UserID and Token
Now you can send Single or Bulk SMS.
SMS Sender Working with python 3 only.
After Settings update,
your data will be stored to new file smssenderdb.pickle.
If you will have problems with saving,
open permission (read, write) for file or folder where is main file is stored.
Save Code into proovl.py (and run it with your api)
So what we need to do for sms sender via this tools use proovl api.
Tools working well with this python
python3 and need install pip
python3 -m pip install pickle
Feature Tools in sender Tools
1. Single SMS:
2. Bulk SMS:
3. API Settings:
4. Exit:
python3 -m pip install pickle
Feature Tools in sender Tools
1. Single SMS:
2. Bulk SMS:
3. API Settings:
4. Exit:
Python SMS sender with SMS Gateway API. Send SMS messages from Command Line / Terminal
Detail Info :
Go to API Settings - Update Settings
Enter your Proovl API Number, UserID and Token
Now you can send Single or Bulk SMS.
SMS Sender Working with python 3 only.
After Settings update,
your data will be stored to new file smssenderdb.pickle.
If you will have problems with saving,
open permission (read, write) for file or folder where is main file is stored.
Save Code into proovl.py (and run it with your api)
Last edited: