Skip to content

IFOSSA/inpost-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inpost Python

Fully async Inpost library using Python 3.10.

Documentation

Readthedocs.io

Usage/Examples

from inpost.api import Inpost

inp = await Inpost.from_phone_number('555333444')
await inp.send_sms_code():
...
if await inp.confirm_sms_code(123321):
   print('Congratulations, you initialized successfully!')

Authors

Used By

This project is used by the following repos:

Inpost Telegram Bot

About

Asynchronous Inpost library written in Python

Resources

License

Stars

Watchers

Forks

Contributors

Languages