Skip to content

deep-matter/SMS-python-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS-python-Sender

alt text

how to use TOOL

this tool created to show how to Send SMS using Different APIs Providers under Lecience MIT the rules of are :

  • Educational Purpose
  • not responsible for Illigal use case
  • Share how to building Automated Tool

Installation

  • install
    the tool in Local machine , this version only support Linux Distro RUN Following command:
  chmod a+x installer.sh && ./installer.sh --install 
  • run
    to run the tool make sure you already installed all the Packages :
  ./installer.sh --run
  • help
    check other availebel option RUN :
  ./installer.sh --help 

information about Haydra-SMS :

  • APIs Credentials : The tool created to Send SMS and Verification numbers , to be able to use the tool you have to have at least one of this account to access the APIs Credentials Visit the Offcial websites :

after get the API Credentials you have to Put the Secrets in Configuration File called APIs_Accounts_Credentials.cfg

Note : Avoid using "" this when you put Credentials and make sure read Documentation AAPI

  [Textlocal]
  api_key=  your-generated-key
  sender = Dofus
  [Nexmo]
  api_key =  your-generated-key
  secret_key =  your-secret-key
  sender = Your-Sener-Name
  [Twillo]
  account_sid= your-generated-key
  token_key = "your-token-key"
  Twillo_number = "your Twillo number"
  [textbelt]
  api_key = "your-generated-key"
  • How to USE Tool: when you run the tool will show options , SMS-python-Sender provide many Providers APIs Senders , choice one you have Credential API
  1. OPTIONS

    • (1) : is allowing to choice one APIs to send
    • FILE LIST NUMBERS : you need to setup list_number.txt and set all the phone numbers you want to send SMS and MAKE SURE TO WRITE NUMBER WITH COUNTRY CODE
    • (2) : Phone validation to ensure the SMS will deliver into existence phone . after chose this check Output Folder to use filtering phone True
  2. EORRO HANDLING this tool is take considration of EORRO HANDLING which means it handle the respond Status if SENT or ERROR

    • Screenshot ERROR HANDLING: alt text
  3. ScreenShot alt text

About

this repo contain Tool send SMS python using APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published