profcomff / profcomff/print-tgbot
Смэтчить ограничение на печать (кол-во страниц и размер файлов) с АПИшкой
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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