This class helps developers to easily work with smspva site in python applications.
- 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 )
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'}
This class is released under the MIT License.