All Projects → Helias → EPUB-to-PDF

Helias / EPUB-to-PDF

Licence: AGPL-3.0 license
Telegram bot EPUB to PDF converter

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to EPUB-to-PDF

Lightnovel Crawler
Download and generate e-books from online sources.
Stars: ✭ 344 (+1276%)
Mutual labels:  telegram-bot, epub
nebula8
Open source bot to administer a telegram group with different functionalities and blacklist
Stars: ✭ 21 (-16%)
Mutual labels:  telegram-bot, python-telegram-bot
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+52%)
Mutual labels:  telegram-bot, python-telegram-bot
greed
A customizable, multilanguage Telegram shop bot with Telegram Payments support
Stars: ✭ 268 (+972%)
Mutual labels:  telegram-bot, python-telegram-bot
calibre-kindle-comics
A calibre plugin that converts your comics into a readable format for kindle.
Stars: ✭ 32 (+28%)
Mutual labels:  converter, epub
ebook-converter
Commandline tool for converting between several e-books formats, based on Calibre project.
Stars: ✭ 21 (-16%)
Mutual labels:  converter, epub
memes-reposter
bot for automatic broadcasting content into telegrams channels from reddit/imgur/rss
Stars: ✭ 35 (+40%)
Mutual labels:  telegram-bot, python-telegram-bot
Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (+800%)
Mutual labels:  converter, epub
allukabot
Modular HunterxHunter themed Telegram Bot for managing your group with additional features.
Stars: ✭ 21 (-16%)
Mutual labels:  telegram-bot, python-telegram-bot
Music-downloader-bot
A telegram bot that can send you high-quality audio 🎧🎧🎧
Stars: ✭ 35 (+40%)
Mutual labels:  telegram-bot, python-telegram-bot
RadioPlayerV3
An Advanced Telegram Bot to Play Radio & Music in Voice Chat. This is Also The Source Code of The Bot Which is Being Used For Playing Radio in @AsmSafone Channel ❤️
Stars: ✭ 232 (+828%)
Mutual labels:  telegram-bot
Aws-Manger-Bot
一个可以管理aws资源的telegram bot
Stars: ✭ 45 (+80%)
Mutual labels:  telegram-bot
spigot-tg-bridge
Connect Telegram chats and Minecraft servers seamlessly
Stars: ✭ 27 (+8%)
Mutual labels:  telegram-bot
md2review
a converter from Markdown into Re:VIEW, using redcarpet
Stars: ✭ 74 (+196%)
Mutual labels:  converter
nim-telegram-bot
Nim Telegram Bot.
Stars: ✭ 18 (-28%)
Mutual labels:  telegram-bot
VideoPlayerBot
An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat. This is Also The Source Code of The Bot Which is Being Used In Our Support Group! ❤️
Stars: ✭ 187 (+648%)
Mutual labels:  telegram-bot
python-ogren-4-saatte-python-baslangic
(TR) 4 saatlik Python başlangıç atölyesinin içerik dokümanı. (EN version is in progress!)
Stars: ✭ 71 (+184%)
Mutual labels:  telegram-bot
Send2KindleBot
Send to Kindle Telegram Bot
Stars: ✭ 111 (+344%)
Mutual labels:  telegram-bot
Google-Search-Bot
A google search telegram bot.
Stars: ✭ 32 (+28%)
Mutual labels:  telegram-bot
F80
A Professional Telegram-Bot Based On valtman.name/telegram-cli
Stars: ✭ 36 (+44%)
Mutual labels:  telegram-bot

EPUB-to-PDF

Telegram bot EPUB to PDF converter, this bot is available on Telegram with the following username: @epub_to_pdf_bot

EPUB to PDF

Usage

Just contact the Telegram bot @epub_to_pdf_bot and send a file.epub, you will receive back a file.pdf.

Local installation (development)

Requirements

  • python3
  • python-telegram-bot
  • calibre (ebook-convert)

If you are using Linux as OS you could install the requirements using the package manager, for debian-based you could use the following command to install the main requirements:

sudo apt install python3 python3-pip calibre

To install the python-telegram-bot framework you can use pip the python package manager:

pip3 install python-telegram-bot

Configure

Create a personal bot contacting @Botfather. Created the bot you will receive an API token, so copy the file token.conf.dist into token.conf, delete the content and put inside the API token.

Well, now, you can run the script main.py and send to your bot the file.epub, you will get a file,pdf back.

Docker installation (production)

docker build -t epub_to_pdf:latest .
docker run -d epub_to_pdf

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].