
Telegram bot assistant to help you prepare ePubs. Uses ChatGPT-4o to write contextual notes.
.epub file via Telegramdocker run --name askepub \
-e TOKEN=your-telegram-bot-token \
-e OPENAI_API_KEY=your-openai-key \
-e ADMIN_ID=your-telegram-user-id \
-e USER_IDS=id1,id2,id3 \
-v askepub-dbs:/app/dbs \
-v askepub-backups:/app/userBackups \
drumsergio/askepub:2.0.0
docker compose up -d
See docker-compose.yml for the full configuration.
| Variable | Required | Description |
|---|---|---|
TOKEN | Yes | Telegram bot token from @BotFather |
OPENAI_API_KEY | Yes | OpenAI API key |
ADMIN_ID | Yes | Telegram user ID of the bot admin |
TOKEN_NOTIFY | No | Secondary bot token for admin notifications |
USER_IDS | No | Comma-separated Telegram user IDs allowed to use the bot |
/start.epub file/start - Start the bot and begin a study session/change_language - Change your interface language/cancel - Cancel the current operationFeel free to dive in! Open an issue or submit PRs.
AskePub follows the Contributor Covenant Code of Conduct.
ePub Tools:
Telegram Bots:
Content type
Image
Digest
sha256:b67d3bb39…
Size
338.6 MB
Last updated
4 months ago
docker pull drumsergio/askepub