A bot that creates a Telegram sticker set from a Pinterest board. Also assigns the emojis for stickers using AI, allowing to find the right sticker faster.
There's a version that I host. link Or you can host the bot yourself.
/createset <pinterest board/section link>
docker run -d \
--name itanoru \
-e TELOXIDE_TOKEN="YOUR_BOT_TOKEN_HERE" \
-e GEMINI_TOKEN="GEMENI_TOKEN_HERE" \
-v itanoru-data:/app/data \
ghcr.io/xhos/itanoru
- gallery-dl available in the environment
- Clone the repository
git clone https://github.com/yourusername/Itanoru.git
cd Itanoru
- Configure environment variables
TELOXIDE_TOKEN="your_telegram_bot_token"
GEMINI_TOKEN="your_gemini_api_key"
- Build and run
cargo run --release
$env:RUST_LOG="trace"
cargo run