https://github.com/spongejump/telegpt-bot
https://github.com/spongejump/telegpt-bot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spongejump/telegpt-bot
- Owner: spongejump
- Created: 2024-10-18T12:14:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:19:00.000Z (over 1 year ago)
- Last Synced: 2025-03-20T08:41:23.851Z (about 1 year ago)
- Language: JavaScript
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TELE_GPT_BOT
This repository hosts a Telegram ChatGPT bot designed for generating text, images, and audio. Additional functionalities will be introduced in future updates.
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
```
BOT_TOKEN = "1234567890:ABCDEFXxQQp7iyjYo6Z4MimYWbg4kaG21xE"
OPENAI_API_KEY = "sk-your_open_ai_api_key_for_4.0"
```
## Run Locally
Clone the project
```bash
git clone https://github.com/gungho0619/telegpt-bot.git
```
Go to the project directory
```bash
cd telegpt-bot
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## Tech Stack
Node, OpenAI, Telegram-API
## Features
- 1.
- 2.
## Badges
[](https://choosealicense.com/licenses/mit/) [](https://opensource.org/licenses/)
## Authors
- [Flamingo](https://www.github.com/gungho0619)
## Feedback
If you have any feedback, please reach out to me via [mail](tzztson@gmail.com) or [telegram](https://t.me/gungho0619)