-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: telegram API integration, message scraping, sentiment analysis (#…
…456) * feat: authentication for telegram * chore: latest * authentication is working * chore: telegram fetchChannelMessages * feat: sentiment analysis for telegram is working * chore: fix discord docs * updates to docs * chore: updates to swagger docs * stash * chore: final touches to Telegram PR * chore: saved file * chore: update vyper * chore: fixed merge conflicts with test * chore: update teelgram messages handler * chore: fix context issues * chore: minor fixes * chore: fixes * chore: latest with ctx still closing * new context for each call * chore: context still failing * Refactor Telegram integration and handle background connection Removed the usage of the Run() method which automatically closes connections Refactor Telegram initialization, updated logging to use logrus. Added context handling in Telegram authentication functions. Implemented TelegramStop function in configuration to manage the background connection shutdown when the system exits. * chore: pr ready for merge * chore: remove hardcoded values --------- Co-authored-by: Bob Stevens <[email protected]>
- Loading branch information
1 parent
dc5c840
commit 6ed7c4b
Showing
20 changed files
with
961 additions
and
158 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
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
Oops, something went wrong.