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: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:44:51.000Z (over 1 year ago)
- Last Synced: 2025-07-14T19:02:28.877Z (11 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
[](./LICENSE)
[](https://deepwiki.com/ThaddeusJiang/save_it)
[](https://t.me/save_it_playground)
Save images and videos from internet.
## Features
- [x] Save images and videos by link
- [x] Search images in chat
- [x] Find similar images
## supported services
- [x] https://x.com/
- [x] https://www.pinterest.com/
- [x] https://instagram.com/
- [x] https://www.youtube.com/
## Usage
### Save
Just send a link to the bot.
https://github.com/user-attachments/assets/4a375cab-7124-44f3-994e-0cb026476d39
### Search
messages:
```
/search cat
/search dog
/search girl
/similar photo
```
https://github.com/user-attachments/assets/b0dedcc0-3305-42b2-8101-6b0b5d32f17a
## Self hosting
## One-Click for Zeabur
[](https://zeabur.com/zh-CN/templates/FTAONK)
## Build with
- [Elixir](https://elixir-lang.org/)
- [ex_gram](https://github.com/rockneurotiko/ex_gram) a powerful Elixir library for building Telegram Bots.
- [cobalt](https://github.com/imputnet/cobalt) a media downloader.
- [Typesense](https://typesense.org/) Lightning Fast, Open Source Search
## Development
```sh
# Install
mix deps.get
```
```sh
# Setup
docker compose up
```
```sh
# Run
export TELEGRAM_BOT_TOKEN=
iex -S mix run --no-halt
```