Discover and explore top open-source AI tools and projects—updated daily.
CLI tool for Telegram chat history search
Top 16.8% on SourcePulse
This project provides a powerful Telegram chat history search client, enabling users to back up and perform vector searches on their chat logs. It targets Telegram users seeking more intelligent and precise message retrieval, leveraging OpenAI's semantic vector technology for semantic matching.
How It Works
The client utilizes OpenAI's semantic vector technology to create embeddings for Telegram messages, allowing for semantic and vector-based searches. This approach enables more intelligent and accurate retrieval of chat history compared to traditional keyword-based methods.
Quick Start & Requirements
release
branch, install dependencies with pnpm install
, configure config/config.yaml
, start database containers with docker compose up -d
, migrate the database with pnpm run db:migrate
, and start backend/frontend services with pnpm run dev:server
and pnpm run dev:frontend
.http://localhost:3333
.Highlighted Details
Maintenance & Community
The project welcomes Pull Requests (PRs). Users are advised that using UserBots may carry a risk of account suspension. Due to rapid iteration, database compatibility issues may arise, necessitating regular data backups.
Licensing & Compatibility
The project is licensed under the MIT License. This license generally permits commercial use and linking with closed-source projects.
Limitations & Caveats
The project is in a rapid iteration phase, which may lead to database incompatibilities. Using UserBots carries a risk of account suspension.
18 hours ago
1 day