Serch for automaitc comments for telegram group - telegram

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.

Related

How to have a shared and clean contact list in a telegram group

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.

Create a radio in a group voice chat on Telegram

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.

catching event of deleting a groupe-chat in telegram bot api

I'm rellay happy with that community here. I found many answers in different cases. But this time I don't find one. So maybe someone can help me?
I'm working on a telegram bot using php and webhook updates. I track if my bot is added in a group chat by "new_chat_member" or "group_chat_created" and by "left_chat_member" if it got deleted from that groupe. UNtil then everything works fine.
If I - as admin - and the bot are the last two members and I delete the chat in the telegram app, I just get a "left_chat_member" for me (the last user in the groupe). But what about the bot? Isn't the chat deletet completely? Is the groupe remaining just with the bot as a member? Got someone an idea how to catch that situation? I would need something like "chat_deleted"
Thanks a lot,
Markus
I found a possible solution:
https://core.telegram.org/bots/api#getchatmemberscount
Always on "left_chat_member" event, I check how many members are left. And if there is just two left I delete the chat of my "tracking" list. Still don't know if the bot is registered to that groub-chat on the telegram side, but don't really have another idea.

Can I extract and automatically message users on a TG group?

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 ;-) ^_^

Number of monthly active users on a telegram channel?

telegram offers a measure of views of messages on a channel. I’m curious if there is a way to measure monthly active users or total unique views on a monthly basis on a particular group.
Short answer : Yes.
You can analyse your channel statistics or even other channels statistics with many online tools or bots.
This is one of them that you can check this items via it. I should notice that all details also are available in graph.
Count of Subscribers
Count of Views
Avg post reach
Posts
Forwards & channel mentions
You also can do it by making your own bot to checkout all of this details.
If you wonder how this website do this, I should say I don't have any specific information about it but maybe can try a research and answer. Anyway public Telegram channels are available in such address:
https://t.me/s/ChannelName
for example :
https://t.me/s/Durov
is Pavel Durov's Telegram channel.
and also in this link you can checkout it's statistics online.

Resources