This Telegram bot provides free access to ChatGPT-4 and ChatGPT-3. Users can select their preferred language, clear chat history, and all user data is stored in dialogues.db
.
- Access to ChatGPT-4 and ChatGPT-3
- Language selection
- Clear chat history
- User data storage in
dialogues.db
- Node or Bun
-
Clone the repository:
git clone https://github.com/zachey01/g4f-telegram-bot.git cd g4f-telegram-bot
-
Install dependencies:
npm install
-
Configure environment variables: Create a
.env
file in the root directory and add your Telegram bot token:TELEGRAM_TOKEN=your-telegram-bot-token
-
Run the bot:
node src/bot.js
-
Clone the repository:
git clone https://github.com/zachey01/g4f-telegram-bot.git cd g4f-telegram-bot
-
Install dependencies:
bun install
-
Configure environment variables: Create a
.env
file in the root directory and add your Telegram bot token:TELEGRAM_TOKEN=your-telegram-bot-token
-
Run the bot:
bun run src/bot.js
All user data, including chat history, is stored in dialogues.db
.
Feel free to open issues or submit pull requests if you have any improvements or bug fixes.
This project is licensed under the MIT License.