This bot intregrates pinterest-downloader into Telegram messager. Users can share the pin url with this bot to download the content.
Please respect the rights of the image right holders that you download. Also read Pinterest's Terms of Service, especially the copy-right part.
The creator of this script takes no responsibility for misuse by any user.
- Create a file named
secret.envwith the following env:
BOT_ADMIN_ID="your_telegram_chat_id"
WEBHOOK_BASE_URL="https://the_url"
BOT_SECRET="..."
LOG_VIEWER_USERNAME="..."
LOG_VIEWER_PASSWORD="..."-
Create
docker-compose.ymllike the provideddocker-compose.example.yml. -
docker-compose up --build -d