Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zakovskiy/durakonline.py

API Durak Online
https://github.com/zakovskiy/durakonline.py

api durak durakonline online rstgames socket

Last synced: 26 days ago
JSON representation

API Durak Online

Awesome Lists containing this project

README

        







Durak Online API on Python




A customizable, fast and user-friendly framework for working with the Durak Online




PyPI - Downloads
GitHub issues by-label
PyPI

## Install
You can install the latest version using the command:

```shell
pip install durakonline.py
```

## Import and Auth
```python
from durakonline import durakonline

client = durakonline.Client()
client.authorization.signin_by_access_token("access token")
```
[How to get a token](https://github.com/Zakovskiy/durakonline.py/tree/main/docs)


[See more examples!](https://github.com/Zakovskiy/durakonline.py/tree/main/examples)

## Contributing

PR is supported! We are pleased to see your contribution to the development of the framework.\
Ask questions in the Issues block or in the [**Telegram**](https://t.me/zakovskiy)!