git404hub

what is yyetsbot fr?

tgbot-collection/yyetsbot — explained in plain English

Analysis updated 2026-06-24

16,072PythonAudience · developerComplexity · 3/5Setup · moderate

tl;dr

A Chinese-language Telegram bot and website that indexes community-shared movie and TV download links, with search, favorites, and dead-link reporting.

vibe map

mindmap
  root((YYeTsBot))
    Inputs
      Search query
      Telegram messages
      User reports
    Outputs
      Video links list
      Telegram replies
      Web pages
    Use Cases
      Search shared links
      Run own bot
      Self-host index
      Report dead links
    Tech Stack
      Python
      Telegram
      Docker
      MongoDB

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Self-host a private video-link search bot for a Telegram group.

VIBE 2

Run a community website that indexes shared download links.

VIBE 3

Build a personal favorites list and comment thread for TV shows.

VIBE 4

Add a reporting workflow so users can flag dead links.

what's the stack?

PythonTelegramDockerMongoDB

how it stacks up fr

tgbot-collection/yyetsbotflet-dev/fletrapptz/discord.py
Stars16,07216,07216,058
LanguagePythonPythonPython
Setup difficultymoderateeasyeasy
Complexity3/53/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 1h+

Self-hosting needs Docker plus a Telegram bot token and a MongoDB instance, and the UI is in Chinese.

in plain english

YYeTsBot is a Chinese-language video resource search platform that includes a Telegram bot and a companion website. It lets users search for movies and TV shows, view community-shared download links, save favorites, leave comments, and flag links that have expired or gone dead. The project is aimed at Chinese-speaking users who want to find streaming or download links for films and television, contributed voluntarily by the community. It can be accessed via a website, a Telegram bot, or a Telegram channel. The backend is written in Python and can be self-hosted using Docker (a tool for packaging and running software in portable containers). The disclaimer in the README states the project only indexes and links to content and does not store or distribute video files itself.

prompts (copy fr)

prompt 1
Walk me through deploying YYeTsBot with docker-compose, explain each service in the compose file.
prompt 2
Show how to register a new Telegram bot via BotFather and plug its token into YYeTsBot's config.
prompt 3
Add an English UI translation to YYeTsBot's web frontend, list the files I need to edit.
prompt 4
Set up a reverse proxy with Caddy in front of a self-hosted YYeTsBot instance with HTTPS.
prompt 5
Migrate YYeTsBot's MongoDB data from a self-hosted instance to MongoDB Atlas.

Frequently asked questions

what is yyetsbot fr?

A Chinese-language Telegram bot and website that indexes community-shared movie and TV download links, with search, favorites, and dead-link reporting.

What language is yyetsbot written in?

Mainly Python. The stack also includes Python, Telegram, Docker.

How hard is yyetsbot to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is yyetsbot for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.