Skip to content

Analyze Telegram Messager exported chat history

License

Notifications You must be signed in to change notification settings

xyspg/TeleTrends

Repository files navigation

TeleTrends - Chat Trends & Analytics for Telegram

English | 简体中文

Screenshot

Features

  • Analysis on each contact
  • Data visualization, chat trends, statistics, etc
  • High frequency words
  • Chat search

Use Locally

  1. Clone the repository or download zip
  2. Install docker and docker-compose
  3. Build the image in the root directory of the project
docker-compose up --build
  1. Open the browser and visit http://localhost:3000
  2. To stop the service, press Ctrl+C
  3. Run docker-compose up to restart the service

Development

Frontend:

git clone https://github.com/xyspg/TeleTrends.git
cd TeleTrends
curl -fsSL https://bun.sh/install | bash 
bun install 
bun dev

Backend:

cd api
pip install -r requirements.txt
uvicorn index:app --reload

About

Analyze Telegram Messager exported chat history

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published