Metadata-Version: 2.4
Name: maxclientapi
Version: 2.8.0
Summary: A Python library for working with the 'MAX Messenger' WebSocket API
Home-page: https://github.com/arsrus721/maxclientapi
Author: arsrus721
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: websocket-client
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# maxclientapi
A Python library for working with the 'MAX Messenger' WebSocket API

## Install the library
```bash
pip install maxclientapi
```

## Example code
[Example code](example_code/example.py)

## How to get token and deviceId?
Go to https://web.max.ru, press F12 and find the websocket 
![Step 1](.readme_photos/1.png)
then go to messages 
![Step 2](.readme_photos/2.png)
and find the first two messages 
![Step 3](.readme_photos/3.png)
then do as shown in these two photos to copy the values 
![Step 4](.readme_photos/4.png)
![Step 5](.readme_photos/5.png)
