-
Updated
Feb 9, 2020
#
telegram-bots
Here are 197 public repositories matching this topic...
Telegram群合集,如果有更多好玩的telegram群,欢迎在 issue 提出或者pull requests
Telegram Bot API Wrapper for Scala
-
Updated
Mar 28, 2020 - Scala
MrSnowball-dev
commented
Nov 30, 2018
The bot is @callhistory_bot
This bot automatically accepts uploading requests by ACR Call Recorder app on Android.
Source is available here: https://github.com/MrSnowball-dev/callhistory
A simple API to create and control Telegram bots
-
Updated
Dec 24, 2018 - JavaScript
lorien
commented
Feb 7, 2018
Remove duplicates caused by
db.joined_user.find_one_and_update(
{
'chat_id': msg.chat.id,
'user_id': user.id,
'chat_username': msg.chat.username,
'user_username': user.username,
},
{'$set': {'date': now}},
upsert=True,
)
Telegram Bot framework for Crystal
webhooks
middleware
crystal
telegram
telegram-bot
rest-api
webhook
telegraf
telegram-channel
telegram-cli
telegram-bots
telegram-bot-api
stickers
telegrambot
tourmaline
-
Updated
May 15, 2020 - Crystal
Telegram Bot (Initial Development)
-
Updated
Oct 27, 2019 - Python
Send messages via the Telegram Bot API using PowerShell
telegram
telegram-bot
powershell
telegram-api
telegram-bots
telegram-bot-api
powershell-module
telegram-requirements
-
Updated
Mar 11, 2020 - PowerShell
Telegram bot example using Telegraf with easy configuration steps. Node v8+.
-
Updated
Oct 3, 2017 - JavaScript
telegram bot that echoes any message you send it or modify to anonymize messages
-
Updated
Apr 24, 2020 - Python
-
Updated
Mar 29, 2020 - Python
A simple java library that allows you to manage your telegram bots. It allows you also to use inline queries, inline keyboards and the methods included in Telegram bots api 2.0.The only requirements to contribute to this repository is to follow Java Code Conventions and produce javadocs :). For tutorials and examples:
-
Updated
May 2, 2018 - Java
A Telegram bot that helps chat users sharing and keeping track music
python
music
last-fm
spotify
telegram
telegram-bot
sqlite
spotify-api
lastfm
deezer
python3
musicbrainz
music-information-retrieval
music-bot
lastfm-api
peewee
telegram-bots
telegram-bot-api
spotify-connect
telegrambot
-
Updated
May 6, 2020 - Python
Control your PC with Telegram Bot
-
Updated
Apr 17, 2020 - Python
Bot that fights telegram stickers
-
Updated
Jan 29, 2019 - Python
poulad
commented
Nov 25, 2018
Section: Beginner
Topics to cover may include:
- Forwarding a message
- Receiving forwarded message
go
bot
golang
telegram
telegram-bot
bot-api
telegram-api
go-client
sticker
telegram-bots
telegram-bot-api
sticker-pack
stickers-apps
stickers
golang-client
go-bot
-
Updated
Feb 28, 2020 - Go
The only Text to Speech Telegram Inline Bot
-
Updated
Nov 12, 2018 - Python
Telegram bot to delete user joined messages
-
Updated
Jan 29, 2019 - Python
Telegram sticker formatting bot
-
Updated
May 19, 2020 - Python
go
bot
golang
package
library
bots
telegram
telegram-bot
bot-api
telegram-api
go-packages
golang-library
telegram-bots
telegram-bot-api
golang-package
go-library
awesome-go
go-lib
go-libary
go-package
-
Updated
Apr 7, 2020 - Go
xvitaly
opened
Aug 25, 2018
Web-application for sending messages to list of users. Use several accounts to avoid ban.
telegram
telegram-api
flask-application
python-3
telegram-bots
mongodb-database
spammer
telegram-client
telethon
telegram-mailer
telegram-spammer
-
Updated
Jun 15, 2019 - CSS
Integrate your WordPress site perfectly with Telegram with full control.
wordpress
wordpress-plugin
telegram
telegram-bot
proxy
telegram-channel
telegram-group
telegram-bots
telegram-bot-api
google-script
email-notification
-
Updated
Apr 5, 2020 - PHP
A Telegram Bot made to help group admins, with Italian/English support.
chat
bot
groups
admin
administration
telegram
telegram-bot
bot-api
telegram-api
telegram-bots
telegram-bot-api
-
Updated
Apr 20, 2020 - Python
api
bot
flask
cloud
telegram
telegram-bot
storage
telegram-api
cloud-storage
chunk
free
cloud-computing
api-rest
telegram-bots
telegram-bot-api
storage-api
telegrambot
-
Updated
Apr 16, 2020 - Python
Improve this page
Add a description, image, and links to the telegram-bots topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the telegram-bots topic, visit your repo's landing page and select "manage topics."


In the TDLIB update event, there is only the 'sender_user_id' field and no other user identification. Currently, there is no way to get first and last names using python-telegram.
As far as I know, to get that information the client should use getUserFullInfo() method. Please, add it.