Display 'The Ambassador Platform' message statistics.
The program contacts The Ambassador Platform's API and then outputs the statistics for your chats.
Note: The Ambassador Platform is a chat system used by institutions to let student ambassadors talk to prospective students.
# Example in console
---TOTAL MESSAGES---
Alex: 5,672
Jane: 6,673
Times Alex said '😎': 4
Times Jane said '😎': 9
Total messages: 12,345
Total times '😎' was said: 13
---TOTAL WORDS---
Alex: 23,452
Jane: 27,634
Total words: 51,086
- Clone the repo
git clone https://github.com/alexlostorto/ambassador-platform-stats
-
Rename .env.example to .env
-
Replace the token with the JWT Token made in the network request, and replace dialog with your ambassador's dialog ID.
TOKEN=eyJhb...
DIALOG=123456
- Install dependencies
pip install -r requirements.txt
- Run main.py
python main.py
- Star the repo 😄
Everything is coded by Alex lo Storto
Licensed under the MIT License.