github

ai-eks / OpenClubhouse-Worker

  • среда, 24 февраля 2021 г. в 00:28:52
https://github.com/ai-eks/OpenClubhouse-Worker

Python
A simple worker for OpenClubhouse to sync data.



OpenClubhouse-Worker

This is a simple worker for OpenClubhouse to sync CH channel data.

Run

  1. Install python packages by pip install -r requirements.txt
  2. Change the configs in config.template.py.
  3. Rename config.template.py to config.py.
  4. Run python main.py.

Third-part Software

  • Python3.8
  • requests
  • requests_openapi
  • pymongo
  • mongoDB

Reference

Todo

  • large channel write
    • reduce the number of saved users
  • update strategy
    • token update (low priority) - maybe add a probability to join again
    • user count update
    • channel status update
  • Exception notification