Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/society451/unofficial-pronto-api
- Owner: Society451
- Created: 2024-12-01T02:43:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:29:44.000Z (about 2 months ago)
- Last Synced: 2024-12-09T16:34:19.201Z (about 2 months ago)
- Topics: api, python, wrapper
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
----