Skip to content
/ Itanoru Public

A Telegram bot that creates a sticker set from a Pinterest board. Also assigns the emojis using AI, allowing to find the right favorite sticker faster.

Notifications You must be signed in to change notification settings

xhos/Itanoru

Repository files navigation

Itanoru

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.

Usage

/createset <pinterest board/section link>

Self hosting

Prerequisites

Docker

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

Compiling

  1. Clone the repository
git clone https://github.com/yourusername/Itanoru.git
cd Itanoru
  1. Configure environment variables
TELOXIDE_TOKEN="your_telegram_bot_token"
GEMINI_TOKEN="your_gemini_api_key"
  1. Build and run
cargo run --release

Development

$env:RUST_LOG="trace"
cargo run

About

A Telegram bot that creates a sticker set from a Pinterest board. Also assigns the emojis using AI, allowing to find the right favorite sticker faster.

Topics

Resources

Stars

Watchers

Forks

Packages