Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zakovskiy/durakonline.py
- Owner: Zakovskiy
- License: mit
- Created: 2021-10-12T13:58:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T09:45:37.000Z (11 months ago)
- Last Synced: 2024-10-10T01:42:34.193Z (3 months ago)
- Topics: api, durak, durakonline, online, rstgames, socket
- Language: Python
- Homepage:
- Size: 487 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Durak Online API on Python
A customizable, fast and user-friendly framework for working with the Durak Online
## Install
You can install the latest version using the command:```shell
pip install durakonline.py
```## Import and Auth
```python
from durakonline import durakonlineclient = 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)!