@agent_z/star
v1.0.1-0
Published
Intrusctions: Just build it yourrself fr fr smh smh
Downloads
6
Readme
star - Automated telegram bot wrapper builder
This program scrapes the Telegram API and builds a bot client wrapper for you. The newest version of the wrapper is always uploaded on NPM, But you can build it yourself using main.ts
.
Documentation
Head over to here for the documentation.
import { newBot } from '@agent_z/star'
const bot = newBot('your telegram bot token!')
const owner = 10000000 // Your telegram user id!
await bot.sendMessage(owner, 'Hello world!')