A third-party open web application based on flask to play Clubhouse audio for https://opench.aix.uy.
This is a third-party Clubhouse audio player. I hope that everybody can hear the voice. So it is a open Clubhouse client for Android, for Desktop Computer, and for anyone without invite code.
All room accesses are acquired from my personal session, and all copyrights of the voice are belongs to JoinClubhouse.com and its users.
If you have any question or suggestion, issues are welcome.
Index Page:
Room Detail Page:
- This app requires a client OpenClubhouse-Worker to sync channel data.
- Install python packages by
pip install -r requirements.txt
- Modify configs in config.py. Especially the SECRET_KEY in production environment.
- Modify environment variables in run.sh.
- Execute
sh setEnv.sh
to run this code.
- Python
- Flask
- flask-mongoengine
- mongoDB
- jquery
- bootstrap
- agora
⬜️ | TODO | Type | Priority |
---|---|---|---|
⬜️ | Add CDN | Optimize | Middle |
✅ | Remove style file | Optimize | |
⬜️ | Auto deployment | Optimize | low |
✅ | Prioritize cache update time | Optimize | High |
⬜️ | Make cache update action async | Optimize | Middle |
✅ | User_id can't be customized | Bug | High |
✅ | Too much speaker icons in room page | Bug | Middle |
⬜️ | Some channel can't be played | Bug | Low |
⬜️ | - Token timeout | Bug | Middle |
⬜️ | - Cache isn't updated | Bug | Low |
⬜️ | Add comment for each Room, Gitalk? | Feature | Low |
⬜️ | Add more descriptions in index page | Feature | Middle |
⬜️ | Add recorder | Feature | Very low |