kavenegar-python
kavenegar-python copied to clipboard
Kavenegar API Client Writen In Python
Hi there, I am using `kevenegar` to send SMS and it raises exception, for no reason! This is my code: ```python api = KavenegarAPI('6F64***the-rest-of-my-api-key') params = {'receptor': '091-the-rest-of-my-phone-number', 'message': '.وب...
https://github.com/kavenegar/kavenegar-python/blob/166701dd562f8b03d84d7ac89415a137455abba7/kavenegar.py#L38
Hello there! In this PR, you'll see: - Removed some useless and unnecessary files/folders from `.gitignore` - Added a `otp` tag for project in `setup.py` - Removed `requires` and set...
Despite the new restrictions in Iran, Kaveh Negar company has added the limit of allowed IPs to send SMS. I wanted to know if it is possible to set a...
after installing Kavenegar by pip package manager, when I need to use it, my code return that package not found. Is this package match with latest python or virtual environments...
added new endpoints statusbyreceptor inboxpaged line/blocked
Hi . while working with kavenegar API , i encountered with an issue : ``` from kavenegar import * def send_otp_code(phone_number , code): try: api = KavenegarAPI('my_api_key', timeout=20) params =...