Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Telegram Integration #22

Open
davidnewhall opened this issue May 3, 2021 · 7 comments
Open

[Feature Request] Telegram Integration #22

davidnewhall opened this issue May 3, 2021 · 7 comments
Labels
Status: Accepted - Backlog / One Day Feature is accepted and will be worked on eventually

Comments

@davidnewhall
Copy link

FR: Integrate Telegram Notifications

I do not personally need this, but I know plenty of folks will use it, and it will draw more users into the product.

@davidnewhall
Copy link
Author

For inspiration and deprecation: https://github.com/toddrob99/searcharr

@austinwbest austinwbest added the Status: Accepted - Backlog / One Day Feature is accepted and will be worked on eventually label May 26, 2021
@VozDeOuro
Copy link

Im very interested in this. Can we expect this anytime soon?

@austinwbest
Copy link
Member

Im very interested in this. Can we expect this anytime soon?

I have some mock up code and things from very basic testing but nothing that is close to production ready. The way telegram works compared to discord is very different in workflow/implementation and it left me with a long list of questions to figure out before i could even start trying to actually implement it.

Basically i have to figure out which features are currently in the workflow with discord that are just not supported/possible with telegram before i can even begin as i have to handle those accordingly.

Here are some for example

  • how to get a list of all groups the bot is in? need this to get the channel list
  • how to get a list of all channels in a group? need this to assign triggers
  • how to get a list of all users in a group? need this for permissions
  • how to add new channels to a group? not sure if this is needed
  • how to add a new message in a specific channel in a group?
  • how to update message in a specific channel in a group?
  • how to delete a message in a specific channel in a group?
  • on the site, add a telegram specific apikey?
  • on the site, just add the bot token?

@iceman73
Copy link

Any way we could just get telegram notifications for now?

@bakerboy448
Copy link
Collaborator

Any way we could just get telegram notifications for now?

no. the site would need to be completely modified to add support for telegram

@austinwbest
Copy link
Member

Any way we could just get telegram notifications for now?

That list of questions has not a single response so even if i wanted to do it right now, that is a lot of things standing in the way

@davidnewhall
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted - Backlog / One Day Feature is accepted and will be worked on eventually
Projects
None yet
Development

No branches or pull requests

5 participants