aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* pass honk token in a headerla-ninpre2022-11-121-2/+8
|
* add support for different page typesla-ninpre2022-11-111-3/+11
| | | | one can now run telebonk without creating additional accounts!
* remove unnecessary struct and tweak loggingla-ninpre2022-11-101-5/+5
|
* remove parse mode from attachmentsla-ninpre2022-10-191-2/+2
| | | | | | | | donks (attachments) don't contain html. also they probably don't contain markdown either, so why bother parsing when it's possible to just deliver the text as-is. fix #10.
* fix a bug where honk doesn't get ignoredla-ninpre2022-10-171-18/+36
| | | | also tweak log messages.
* implement truncation of a honkla-ninpre2022-10-171-21/+42
| | | | should fix #9.
* fix checkTgAPI failing when URL had trainling slashla-ninpre2022-10-171-1/+1
|
* merge HonkAction into Honkla-ninpre2022-10-171-27/+29
| | | | | it probably shouldn't be separate. also it makes easier to ignore honks that were ignored before that.
* store only honks in the honkMapla-ninpre2022-10-171-14/+8
| | | | | | we only need the message id from TelegramResponse, so no need to store everything else inside a struct inside a map. on a way to encapsulate and isolate the honkMap!
* improve comments and compact if-statementsla-ninpre2022-10-171-34/+32
|
* main: add a retry amount for getHonksla-ninpre2022-10-171-10/+18
| | | | | should fix #8. also add changelog.
* initla-ninpre2022-10-151-0/+449