Attention: If this is not the Stack community for this type of question, please do not vote negative, please indicate in which Stack community I should ask that I delete the question without losing points.
I am researching a way to use the voice chat of a Telegram group to become a radio, I want to know if by chance someone has any idea on how I could make this exist.
In this case, the idea would be to create an online radio on some website and somehow leave a Telegram profile just to play that radio in the voice chat.
Today I do this manually, leaving a speaker near the cell phone and it detects what is playing through the microphone, but the quality is very poor.
There are several libraries available out there with which you could stream music in telegram voice chats such as tgcalls, pytgcalls in python
that can used along with pyrogram.
Related
I just created a telegram group dedicated to "separeted parents" with the purpose of knowing each other, make friendship etc. ". Because members are increasing, I would like to give members the ability to write some informations about them (name,city,number of childrens, facebook contact etc.) without continuosly asking in the chat. Yes I know that I could just open a topic like "Members info" leaving them write their information but it would become a mess. If I were on a LAN, I could just share an excel file with some columns like this:
name,surname,city,childrens,age.....
and each users could add or remove their info without my approval but I have not idea how to do the same with telegram.
If this is not possible I could just create a topic and give a link to some free online contact manager but I didn't find anything.
Do you have any suggestion?
I assure that before asking in this forum, I did a deep search on the web about BOTs and free online contact manager but I couldn't find anything.
I'm a dumb sparrow and can't find a bot or app.
I am looking for a telegram program that will create the app of communication in a group.
as I see it, I prescribe phrases for comments, and the app randomly select N number and posts them from !different accounts! to the chat. (I posted the news, turned on the bot and it threw various reactions) manually jumping between accounts writing comments to the group is very dreary.
Has anyone seen something like this? I only find services, not the app.
find app or advise for supporting tg group.
GramJS https://gram.js.org/ is the good nodejs library for interact with Telegram.
My question is
Is there any way to know which one is group, which one is channel when input is just telegram link (ex: t.me/name)
Thank you folks.
I have been playing around with One Signal & Firebase Push Notification.
I am almost sure One Signal cannot help me and am starting to feel Firebase might also not be able to help me.
We have a web app that allows regular authors to post articles. It also allows users to comment on the article using Firebase synced realtime database.
I want to create functionality where users can get a push notification for article-specific comment treads. The room ID will be the article ID. If both allow push notification generally from our app and has commented on an article, they subscribe to this article comment tread solely. They can also click a button at this specific article comment thread and unsubscribe to this article comment thread if they want.
So we may have thousands of articles and hundreds of comments in each article, to put it lightly.
I quickly moved away from One Signal when I didn't feel like I could have a separate "Segment" for each article, I wasn't certain this is allowed? Thoughts there?
Throughout my exploration of Firebase I just came across this comment in their documentation in relation to groups (Which I was hoping could be my article room).
"The maximum number of members allowed for a notification key is 20" found here. A key is a group key from my understanding. This won't work because what if there are more than 20 users in a comment thread. I looked up the most popular commented threads ever to find numbers like 500. This means my system would have to be able to support large numbers of users per article tread.
Additionally One Signal Tags and Social activities look like could be investigated, but my general question is not specific, its more a wider general question. I am hoping someone with experience can give some guidance and good tips on best way to approach this problem. Are Push notification even allowed on such a scale I am wondering?
A scaling examples
1000 Articles with 100s of different users commenting on each article. A user may only receive a push notification on articles which he has commented in only.
(Assuming he has allowed push notification site-wide first and not blocked us or unsubscribed from the site entirely. Subscribing to the site doesn't automatically subscribe you to anything specific, just means you willing to be subscribed to something and have control which things easily)
Ok thanks for reading and looking forward to hearing from someone with this experience and share their experience.
Daniel Gadd # GaddBox
Maybe it's a bit late.
You have to use topics.
FCM topic messaging allows you to send a message to multiple devices that have opted in to a particular topic. You compose topic messages as needed, and FCM handles routing and delivering the message reliably to the right devices.
In your case, every Article is a topic.
I’m part of a telegram group. I can see other users on the group, and I can message them individually (and manually). Is it possible to automatically (programmatically) message all the users on the group individually? Note I am not the admin.
If it is indeed possible, is there any sample code you can share?
It would be particularly awesome if the message could be customized for admin and non-admin. This means I’d need to detect if a particular user is an admin.
Thanks
I'm not sure if I get what you are looking for but I assume you have a Telegram Bot and wanna message all users in an specific group/supergroup. First I have to remind you bot can't start private message according to this link
Bots can't initiate conversations with users. A user must either add them to a group or send them a message first.
If I got it wrong feel free leave comment and I will update the answer ASAP ;-) ^_^