[新服务] chatgpt telegram bot @orc-eng-free1
date
Feb 17, 2023
slug
newservice-chatgpt-telegram-bot
status
Published
summary
新服务 自建转发
tags
service
type
Post
URL
Summary步骤#1 get api tokens from telegram (botfather) && chatgpt#2 spin up git repo验证 - just talk to the bot
Summary
步骤
#1 get api tokens from telegram (botfather) && chatgpt
#2 spin up git repo
screen -d -R chatgpt-bot-telegram
mkdir -p /data && cd /data
git clone https://github.com/harshitethic/chatgpt-bot-telegram.git
cd chatgpt-bot-telegram
npm install
vi .env # put in the 2 tokens
pm2 start index.js
Ctrl + A + D