This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import pathlib | |
import logging | |
from telegram.ext import Updater | |
from telegram.ext import Filters | |
from telegram.ext import CommandHandler | |
from telegram.ext import MessageHandler | |
# This is the Telegram Bot that prints all input documents. It can print pdf and txt files. | |
# Before sending files for printing user must enter the password by command "/auth <password>". |