Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.03 KB

Modular telegram bot

Powered by GrammY

What can it do now

Inline queries

All inline requests are made by mentioning the bot in chat via @botname. Read more about Telegram inline API

This bot can embed media content from instagram. Here is how you do it:

  • Provide a instagram reel url -> select the result -> get it embeded in current chat
  • Provide a instagram post url -> select one of the post's media -> get it embeded in current chat
  • Provide a instagram story url -> select the result -> get it embeded in current chat

Development

Install Deno.

  1. Copy .env.example to to .env and fill as required.

  2. Run dev

deno task dev

Hosting

Powered by Deno.com

  1. Create new project on deno.com.
  2. Select automatic deployment with master branch
  3. Select /src/app.ts as entry