Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nezutero/ai-chan
telegram-chat-bot chat bot, which is able to recognize your speech through voice messages and text through text messages.
https://github.com/nezutero/ai-chan
ai bot chatbot chatbots chatgpt chatgpt-api openai openai-api-chatbot telegram-bot telegram-bot-api telegram-bots telegrambot
Last synced: about 1 month ago
JSON representation
telegram-chat-bot chat bot, which is able to recognize your speech through voice messages and text through text messages.
- Host: GitHub
- URL: https://github.com/nezutero/ai-chan
- Owner: nezutero
- License: mit
- Created: 2023-08-02T18:30:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-21T12:05:33.000Z (6 months ago)
- Last Synced: 2024-08-05T18:27:28.711Z (5 months ago)
- Topics: ai, bot, chatbot, chatbots, chatgpt, chatgpt-api, openai, openai-api-chatbot, telegram-bot, telegram-bot-api, telegram-bots, telegrambot
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Telegram-chat-bot, able to recognize your speech through voice messages and text through text messages.
## Installation
```sh
git clone https://github.com/kenjitheman/ai-chan
```- Install all dependencies:
```sh
npm install
```## Usage
- Inside the config folder create production.json for production mode and default.json for development mode and inside paste your API keys like this:
```json
{
"TELEGRAM_TOKEN": "YOUR_TELEGRAM_TOKEN",
"OPENAI_API_KEY": "YOUR_OPENAI_API_KEY"
}
```- And then run Dockerfile:
```sh
docker build -t your_image_name .
docker run -d -p 8080:80 your_image_name
```## Contributing
- Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.## License
- [MIT](./LICENSE)