An open API service indexing awesome lists of open source software.

https://github.com/xditya/telethonsnippets


https://github.com/xditya/telethonsnippets

Last synced: about 1 year ago
JSON representation

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)!