Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/society451/unofficial-pronto-api

Unofficial Python wrapper for the official Pronto API
https://github.com/society451/unofficial-pronto-api

api python wrapper

Last synced: about 1 month ago
JSON representation

Unofficial Python wrapper for the official Pronto API

Awesome Lists containing this project

README

        

# Unofficial-Pronto-API

Unofficial Python wrapper for the official [Pronto API](https://developers.pronto.io/docs/pronto-api/f6c46f99eac74-pronto-api)

Used in [Better Pronto](https://github.com/Society451/Better-Pronto)

----
### ToDo

##### Authentication
- [x] Request Verification email
- [x] Verification code to login token
- [x] Login token to access token

#### Bubble
- [x] Get users bubbles
- [x] Get bubble messages
- [x] Get bubble info
- [x] Mark bubble as read
- [x] Create DM
- [x] Create Bubble/Group
- [x] Add member(s) to bubble
- [x] Remove member(s) from bubble
- [x] Create invite

#### Messages
- [x] Send message to bubble
- [x] Add reaction to message
- [x] Remove reaction to message
- [x] Edit message
- [x] Delete message
- [x] Reply to message

#### User Info
- [x] Get general user info
- [x] Get mutual groups
- [x] Set status

#### Other Function
- [x] Search for message
----