Is a simple and synchronous framework for Private Ashyq API


Keywords
aiohttp, ashyq, python, requests
License
MIT
Install
pip install ashyq==0.1.0.post3

Documentation

Ashyq

Financial Contributors PyVersions PyPi Package Version Downloads Github issues MIT License

ashyq is a simple and (a-)synchronous framework for Private Ashyq API written in Python 3.7 with requests and aiohttp. It helps you to get your status in Ashyq faster and simpler.

Examples

📚 Click to see some basic examples

Simple get user request

from ashyq import Ashyq


phone_number = ""
ashyq = Ashyq(phone_number)

ashyq.new_install()

code = ""
print(ashyq.connect(code))

print(ashyq.user)

Moar!

You can find more examples in examples/ directory

Official ashyq resources: