https://github.com/xditya/telethonsnippets
https://github.com/xditya/telethonsnippets
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xditya/telethonsnippets
- Owner: xditya
- Created: 2022-11-16T16:20:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T02:58:10.000Z (over 3 years ago)
- Last Synced: 2025-02-24T00:41:36.230Z (over 1 year ago)
- Size: 749 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# TelethonSnippets
VSCode extension to make coding telegram bots in telethon much easier.
View this extension on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=xditya.telethon).
## Available Snippets
- `tgbot` - Generate a boilerplate for a telegram *bot* in Telethon.
- `tgubot` - Generate a boilerplate for a telegram *userbot* in Telethon.
- `tgcmd` - Generate a command handler for events.NewMessage.
> Inspired by [this awesome project](https://github.com/gramlify/telegraf-snipgram)!