-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to telego pkg for telegram bot api
It seems taht old telegram bot api package is no longer maintained. Migrating bot to use telego as a new package for telegram bot api Also rework parts of the error handling (will try to resend messages in case of errors) As after migration bot will send MarkdownV2 messages, it is not yet fully tested, so might not work correctly on a long run Related to #10
- Loading branch information
Showing
653 changed files
with
441,089 additions
and
41,223 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
config.yaml | ||
github2telegram | ||
github2telegram.db | ||
github2telegram.sqlite3 |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package endpoints | ||
|
||
type ConfigParams struct { | ||
Name string | ||
Value string | ||
} |
Oops, something went wrong.