Apply different analysis & data science tools on your Telegram / Whatsapp chat and get exciting insights!
An online version is available here - Chat Analyzer
![](https://private-user-images.githubusercontent.com/42881311/296509507-ca7d0912-792b-4519-bd6f-b2732b84a21b.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTA0MjIsIm5iZiI6MTczOTIxMDEyMiwicGF0aCI6Ii80Mjg4MTMxMS8yOTY1MDk1MDctY2E3ZDA5MTItNzkyYi00NTE5LWJkNmYtYjI3MzJiODRhMjFiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE3NTUyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIwOGRkZTc1ZDExMzgxZTVjMDU5NjkyMTg4YjdkMGM1NjIzZjA4YTk2M2YzY2I4NGYzOGE3YzQ1NjJlNDAzNzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3wwxE9vF1D63l7GE69SMMcGd2WwbUSR_H_OH_lDT3_c)
First, you need to create a secret.toml
by yourself. this file should be located at ~/.streamlit/secrets.toml for macOS/Linux or %userprofile%/.streamlit/secrets.toml for Windows
Read more here
For this app, the secret.toml
should contain the following values:
hf_api_token = "your_hf_code_here"
tracking_pass = "your_tacking_pass_here"
google_site_verification_code = "your_google_site_var_here"
The only relevant value your should update is the hf_api_token
.
See here how to create your own token
Once your secret.toml
is ready, run:
git clone https://github.com/aloncohen1/chat-analyzer.git
pip install -r /<local_path>/chat-analyzer/requirements.txt
streamlit run /content/chat-analyzer/Home.py