Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/society451/better-pronto
Small and simple Python client for Pronto (https://stanfordohs.pronto.io/)
https://github.com/society451/better-pronto
client messaging python
Last synced: about 1 month ago
JSON representation
Small and simple Python client for Pronto (https://stanfordohs.pronto.io/)
- Host: GitHub
- URL: https://github.com/society451/better-pronto
- Owner: Society451
- Created: 2024-10-18T15:09:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T19:18:47.000Z (2 months ago)
- Last Synced: 2024-11-25T20:22:46.570Z (2 months ago)
- Topics: client, messaging, python
- Language: Python
- Homepage:
- Size: 378 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better-Pronto
Simple, transparent and easy-to-use Python Client for Pronto (https://stanfordohs.pronto.io/)#### Why Better Pronto?
The official Pronto client is bloated (taking up over 300 mb of RAM), leaks memory, and has poor user interface design. Better Pronto aims to fix this by rewriting the Pronto client from the ground up.
#### Performance
Better Pronto aims to be as fast and lightweight as possible, stripping Pronto down to its bare bones while still maintaining stellar performance and full functionality. By keeping simplicity and transparency at the forefront of our design process, users with even the most basic knowledge of Python can customize, contribute to and improve this project.
#### Future Client Features:
- [ ] Deleted messages logs
- [ ] Encryption of DMs and group chats (so SL can't snoop on DMs and private groups)
- [ ] Mass delete messages (both your own and others', if you have owner in a group)
- [ ] Scripting feature for self-bot (automate the sending of messages, etc)
- [ ] Set online/offline status
- [ ] UI Customization
- [ ] Client-side LaTeX and Markdown support
- [ ] Faster, client-side searching/archive feature
- [ ] Better message threads
- [ ] Better blocking feature### Dependencies
- [`colorama`](https://github.com/tartley/colorama)
- [`fuzzywuzzy`](https://github.com/seatgeek/fuzzywuzzy)