Metadata-Version: 2.1
Name: smsactivate-unofficial
Version: 1.3
Summary: smsactivate is an official Python module that provides out-of-the-box functions for working with the API sms-activate.org
Home-page: https://github.com/squirrelpython/smsactivate-unofficial
Author: SMS-Activate
Author-email: info@keepcode.ru
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

### Installation
smsactivate requires 
- requests
- json

Installation smsactivate

```sh
pip install smsactivate-unofficial
```
### Connection

```python
from smsactivate.api import SMSActivateAPI
sa = SMSActivateAPI(APIKEY)
sa.debug_mode = True # Optional action. Required for debugging
```
Description of the functionality of smsactivate is indicated on the [SMSActivate API](https://sms-activate.org/api2)

