Skip to content

alihossein/smspva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple class for working with smspva.com site

This class helps developers to easily work with smspva site in python applications.

Methods

  • get_number (Request for receiving a phone number for a certain service )
  • get_sms ( Receiving a SMS for a certain service )
  • get_balance (User's balance request)
  • get_userinfo( User's balance request and your rating)
  • get_count_new (Request for the amount of free activations for a certain service)
  • denial ( Cancel the order to number you got )

Examples

pva=SmsPva();
balance=pva.get_balance()  #result  {'response': '1', 'balance': '0.360'}
userinfo=pva.get_userinfo() # result {'karma': '99.825', 'response': '1', 'balance': '0.360'}

License

This class is released under the MIT License.

About

A Python class to help working with http://smspva.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages