https://github.com/thaddeusjiang/save_it
Save photos, Search photos
https://github.com/thaddeusjiang/save_it
bot downloader instagram pinterest telegram x-old-twitter
Last synced: 3 months ago
JSON representation
Save photos, Search photos
- Host: GitHub
- URL: https://github.com/thaddeusjiang/save_it
- Owner: ThaddeusJiang
- License: gpl-3.0
- Created: 2024-07-20T12:27:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:44:51.000Z (11 months ago)
- Last Synced: 2025-07-14T19:02:28.877Z (3 months ago)
- Topics: bot, downloader, instagram, pinterest, telegram, x-old-twitter
- Language: Elixir
- Homepage:
- Size: 7.98 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Save it
A telegram bot can Save photos and Search photos
## Features
- [x] Save photos via a link
- [x] Search photos using semantic search
- [x] Find similar photos by photo## supported services
- [x] https://x.com/
- [x] https://instagram.com/
- [x] https://www.youtube.com/
- [x] https://www.pinterest.com/## Usage
### Save Photos
Just send the link to the bot.
https://github.com/user-attachments/assets/4a375cab-7124-44f3-994e-0cb026476d39
### Search Photos
messages:
```
/search cat
/search dog
/search girl
/similar photo
```https://github.com/user-attachments/assets/b0dedcc0-3305-42b2-8101-6b0b5d32f17a
## Playground
https://t.me/save_it_playground
## Build with
- [Elixir](https://elixir-lang.org/)
- [ex_gram](https://github.com/rockneurotiko/ex_gram)
- [cobalt api](https://github.com/imputnet/cobalt)
- [Typesense](https://typesense.org/)## Development
```sh
# Install
mix deps.get
``````sh
# Start typesense
docker compose up
``````sh
# Run
export COBALT_API_URL=
export TELEGRAM_BOT_TOKEN=iex -S mix run --no-halt
```