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
- Host: GitHub
- URL: https://github.com/fxc7/telegram-bot-ts
- Owner: Fxc7
- Created: 2024-03-28T17:47:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T01:56:19.000Z (about 2 years ago)
- Last Synced: 2025-03-11T02:54:13.299Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://t.me/coders_id_bot
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)