profcomff / profcomff/print-tgbot

Смэтчить ограничение на печать (кол-во страниц и размер файлов) с АПИшкой

Open
#86 1 comment 0 reactions 0 assignees View on GitHub

@MikhailPI1 is already working on this.

Since Oct 22, 2025.

  • #87 by @MikhailPI1 — open
Dominant language
Python
Stars
15
Forks
2
Avg merge
6d 2h
Merged PRs (30d)
1

Description

Issue open by Mark Arzangulyan via telegram message.

Сейчас есть заданные в АПИшке print-api ограничения (25 МБ и 50 страниц на одну печать). Но ТГ бот почему-то все еще живет в мире ограничения 3 МБ на файл.

Видимо у него есть дополнительное ограничение на входящие файлы на уровне ТГ

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue identifies print-api's 25 MB and 50-page limits and the bot's 3 MB file limit; start by tracing where incoming files are validated. Compare that check with the print-api limits and the suspected Telegram file constraint, then verify that the bot and API agree on the supported limits.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.