A Telegram bot that lets you easily save and search images and videos from the internet.
- Download and store images and videos from the internet
- Search images by semantic word
- Find images by image
- https://x.com/
- https://www.pinterest.com/
- https://instagram.com/
- https://bad.news/
- https://www.youtube.com/
Just send a link to the bot.
demo.mp4
messages:
/search cat
/search dog
/search girl
/similar photo
When /similar finds matches, the bot sends Similar photos found. with the matching photos. Multiple matches are returned as a Telegram media group.
CleanShot.0006-10-23.at.15.20.18.mp4
/searchcan still return occasional false positives for short semantic queries such as/search girl. This is a known limitation of the current Typesense image embedding model, andsave_itdoes not plan to solve it locally.
For X posts that require login or sensitive-content access, provide Cobalt cookies through a local ignored file:
{
"twitter": [
"auth_token=<token>; ct0=<csrf>"
]
}Save the file as cobalt-cookies.json at the repository root before starting Docker Compose.
docker-compose --profile prod up -d