TelegramBots
telegram-bot-api
TelegramBots | telegram-bot-api | |
---|---|---|
2 | 27 | |
5,145 | 3,594 | |
1.2% | 1.5% | |
7.2 | 9.1 | |
27 days ago | 9 days ago | |
Java | C++ | |
MIT License | gtkbook License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
TelegramBots
-
Why did I need okhttp in my programm?
I tried to make a telegram bot with a java framework on top, but the framework wasn't ment to be used in an android app (https://github.com/rubenlagus/TelegramBots/issues/1012), so I was forced to use okhttp and write my own POST/GET requests.
-
From BotFather to 'Hello World'
Unfortunately, it features Java, Maven, and rubenlagus/TelegramBots library.
telegram-bot-api
-
A hackable AI assistant using a single SQLite table and a handful of cron jobs
*Update*: I tried writing a little Python code to read and write from a mailbox, reading worked great, but writing an email had the email disappear to some filter or spam or something somewhere. I've got to figure out where it went, but this is the warning that some people had about not trusting a messaging protocol (email in this case) when you can't control the servers. Messages can disappear.
I read that [Mailgun](https://www.mailgun.com/) might improve this. Haven't tried it yet.
Other alternatives for messages that I haven't tried. My requirement is to be able to send messages and send/receive on my mobile device. I do not want to write a mobile app.
* [Telegram](https://telegram.org/) (OP's system) with [bots](https://core.telegram.org/bots)
-
Hide sender name
Is not that hard, they have amazing documentation about it: https://core.telegram.org/bots
-
Telegram OAuth Authorization for Your Site
You can make authorization via Telegram another way. It works. But today we want to do the classic OAuth Authorization. Before you begin, you need to create a Telegram bot and obtain your bot token. You can do this in @BotFather in Telegram. For more information on initiating a bot, read the Telegram Bot API documentation: https://core.telegram.org/bots
-
Is my idea possible to implement?
Absolutely possible. Here's the github page to the Telegram bot API. You would just need to check for incoming messages, check the body of the message for a word or phrase, and then send a message back with a photo or gif and an encouraging message.
-
How I built an AI-based Telegram bot in 21 minutes with Make and OpenAI
Creating a Telegram bot is fun: there's no website, no sign up, no forms — you just use a... bot. Yes, a bot that creates bots. It's called the BotFather 😂
-
A simple forwarder from WhatsApp to Telegram written in Go
Telegram has a bot API server that provides API to control the bots and get updates. Their own instance has some restrictions like you cannot download files bigger than 20MB. So, using a self hosted bot API server, you can overcome those limits.
- Serverless + JS: Um bot de web-scrapping diário
-
From BotFather to 'Hello World'
General Bot Platform Overview
- Não consigo abrir api.telegram.org na Claro
-
Can anyone teach me how to make these?
It's done via bots, which let you add clickable options to posts. Here's an FAQ on bots: https://core.telegram.org/bots
What are some alternatives?
telegram-bot-ruby - Ruby wrapper for Telegram's Bot API
Gotify - A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
netty-socketio - Socket.IO server implemented on Java. Realtime java framework
aiogram - aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
telegrambot-kotlin - Telegram Bot API for Kotlin
Signal-Desktop - A private messenger for Windows, macOS, and Linux.