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

https://github.com/fxc7/telegram-bot-ts

Bot Telegram with xcoders api
https://github.com/fxc7/telegram-bot-ts

Last synced: about 2 months ago
JSON representation

Bot Telegram with xcoders api

Awesome Lists containing this project

README

          

# Telegram Bot TS

## Instalation

### with npm installed

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

### with pnpm installed

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

### with yarn installed

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

## Structure base

```bash
└── 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

- [@Farhannnn](https://www.github.com/Fxc7)