Asynchronous Python client for the Telguarder API.
pip install telguarder
from telguarder import TelguarderClient
async with TelguarderClient() as client:
result = await client.lookup("12345678")
print(result)
telguarder lookup 12345678
If you'd like to contribute to the project, please submit a pull request or open an issue on the GitHub repository.
telguarder is licensed under the MIT license. See the LICENSE file for more details.
If you have any questions or need assistance with the library, you can contact the project maintainer at @bendikrb.