Telegram bot to manage your Seedr.cc account directly within Telegram.
- Supports most Seedr.cc features directly within Telegram.
- Multiple account support for separate accounts.
- Sensitive data encrypted at rest for enhanced security.
Clone the repository:
git clone https://github.com/hemantapkh/SeedrccBot.git
cd SeedrccBotcurl -LsSf https://astral.sh/uv/install.sh | sh # Mac/LinuxCheck the official uv installation guide for more options.
Copy the sample config and fill in your credentials:
cp .env.example .env
# Edit .env and fill in your credentialsuv run appuv sync --group postgres
uv run appdocker build -t seedrccbot .docker build --build-arg DATABASE_TYPE=postgres -t seedrccbot .Mount a volume to persist the database:
docker run --env-file .env -v $(pwd)/data:/app/data seedrccbotAny contributions you make are greatly appreciated. Thank you to every contributors who have contributed in this project!
Distributed under the MIT License. See LICENSE for more information.
Made with β€οΈ by Hemanta Pokharel using Telethon and seedrcc