/telegram-bot-ts

Bot Telegram with xcoders api

Primary LanguageTypeScript

Telegram Bot TS

Instalation

with npm installed

npm install --save-dev typescript && npm install && npm start

with pnpm installed

pnpm install --save-dev typescript && pnpm install && pnpm start

with yarn installed

yarn add --save-dev typescript && yarn install && yarn run start

Structure base

└── telegram-bot-ts
    └── 📁callback
        └── inputText.ts
    └── 📁command
        └── 📁Downloader
            └── capcut.ts
            └── facebook.ts
            └── instagram.ts
            └── threads.ts
            └── tiktok.ts
            └── twitter.ts
            └── youtube-short.ts
        └── 📁Maker
            └── affect.ts
            └── biden.ts
            └── caution.ts
            └── drake.ts
            └── funfacts.ts
            └── kannagen.ts
            └── removebg.ts
            └── rip.ts
            └── upscale.ts
    └── 📁configs
        └── env.ts
        └── regex.ts
    └── 📁database
        └── allCommands.json
        └── commands.json
    └── 📁library
        └── client.ts
        └── functions.ts
        └── service.ts
    └── 📁types
        └── global.d.ts
        └── index.ts
    └── tsconfig.json
    └── .gitignore
    └── index.ts
    └── loadCommand.ts
    └── markdownlint.config
    └── package.json
    └── README.md

Authors