Telegram Middleman Bot – Push Notifications as easy as POST
1–10 of 29 posts
Re: Telegram Middleman Bot – Push Notifications as easy as POST
#2 https://api.telegram.com/botTOKEN/sendMessage?id=YOUR_ID&message="your servers are on fire"
because that's all you need as far as I know. Works via GET, POST, PUT, everything.Only thing I could see is being able to switch it out for other services easier.
Re: Telegram Middleman Bot – Push Notifications as easy as POST
#3I have not looked at this in detail, but I can't see what advantages this has over just sending a simple http request like this: https://api.telegram.com/botTOKEN/sendMessage?id=YOUR_ID&message="your servers are on fire" because that's all you need as far as I know. Works via GET, POST, PUT, everything. Only thing I could see is being able to switch it out for other services easier.
Re: Telegram Middleman Bot – Push Notifications as easy as POST
#4http://telegramgeeks.com/2016/02/telegram-only-shows-us-the-...
Re: Telegram Middleman Bot – Push Notifications as easy as POST
#5Is there any limit to the number of messages stored in a telegram conversation? Many users report previous messages being deleted without a warning http://telegramgeeks.com/2016/02/telegram-only-shows-us-the-...
Re: Telegram Middleman Bot – Push Notifications as easy as POST
#6Re: Telegram Middleman Bot – Push Notifications as easy as POST
#7Why is setting up a bush notification system so difficult that it's easier to piggy back on telegram? I have a project I want to do that involves making your own PUSH server (for battery reasons). Would it be difficult to setup
Re: Telegram Middleman Bot – Push Notifications as easy as POST
#8Why is setting up a bush notification system so difficult that it's easier to piggy back on telegram? I have a project I want to do that involves making your own PUSH server (for battery reasons). Would it be difficult to setup
I'd be interested in that project, can you show it?
I want to make a thing that will forward my SMSs to a webpage so I can read them online and I want to be able to start conversation, reply to conversations, etc. I want it to be open source and free.
I'm not really interested in making it, I just want it.
Re: Telegram Middleman Bot – Push Notifications as easy as POST
#9Really? Building and deploying a bot made in an arbitrary language is less onerous than registering for a Gmail account to send mail reports through?
Perhaps it's just the author's sense of humour, but this didn't strike me as helpful at all. Notifications can be handy for some things, email for other things. Depends on the person. But it's not hard to set up an email account. That's partly why it's still around.
Re: Telegram Middleman Bot – Push Notifications as easy as POST
#10Is there any limit to the number of messages stored in a telegram conversation? Many users report previous messages being deleted without a warning http://telegramgeeks.com/2016/02/telegram-only-shows-us-the-...
The cut off seems to be a million messages, seems like enough to me