Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyennhukhanh/x
Build Chatbot (Bard, Text to Image) in Telegram and Discord
https://github.com/nguyennhukhanh/x
Last synced: 2 days ago
JSON representation
Build Chatbot (Bard, Text to Image) in Telegram and Discord
- Host: GitHub
- URL: https://github.com/nguyennhukhanh/x
- Owner: nguyennhukhanh
- Created: 2023-12-02T15:19:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T15:11:38.000Z (8 months ago)
- Last Synced: 2024-04-14T16:18:43.925Z (7 months ago)
- Language: TypeScript
- Homepage: https://huyeny.onrender.com
- Size: 314 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
#### My favorite framework and it's being used in this project:
- [Nest](https://docs.nestjs.com) is a framework for building efficient, scalable Node.js server-side applications.
#### Docs of the two libraries I used:
- [Telegram](https://core.telegram.org/bots/api) is an HTTP-based interface created for developers keen on building bots for Telegram.
- [Discord](https://discord.js.org/docs/packages/discord.js/main) is a powerful Node.js module that allows you to easily interact with the Discord API.# How to add bot
- Telegram: https://telegram.me/huyeny_bot?startgroup=true
- Discord: https://discord.com/api/oauth2/authorize?client_id=1156795314389393489&permissions=8&scope=bot# Installation
```bash
$ yarn install
```# Running the app
```bash
# development
$ yarn run start# watch mode
$ yarn run dev# production mode
$ yarn run start:prod
```# Test
```bash
# unit tests
$ yarn run test# e2e tests
$ yarn run test:e2e# test coverage
$ yarn run test:cov
```# Stay in touch
- Author - [Nguyễn Như Khánh](https://www.facebook.com/nhukhanh.dev)# License
Nest is [MIT licensed](LICENSE).