Delta Chat bot that allows to fetch websites as PDF. Just send any URL to the bot in private or add it to get a PDF in any message containing an URL.
pip install deltabot-web2pdfYou also need to install wkhtmltopdf package. Debian/Ubuntu example:
sudo apt-get install wkhtmltopdfWarning! Version in debian/ubuntu repos have reduced functionality (because it is compiled without the wkhtmltopdf QT patches), such as adding outlines, headers, footers, TOC etc. To use this options you should install static binary from wkhtmltopdf site: https://wkhtmltopdf.org/
Configure the bot's Delta Chat account:
web2pdf init [email protected] PASSWORDYou can run web2pdf init several times to add multiple different accounts to the
bot so it can be reached in more than one email address.
The bot's display name, avatar and status/signature can also be tweaked:
web2pdf config selfavatar "/path/to/avatar.png"
web2pdf config displayname "My Bot"
web2pdf config selfstatus "Hi, I am a Delta Chat bot"
To run the bot so it starts processing messages:
web2pdf serveTo see all available options run web2pdf --help