Neural Programmers </>
Open in Telegram
We Are Programmers Across The World We're Developing Some Useful Projects Together. Wish You Get Good Time With Us! Group @Neural_Group
Show more6 872
Subscribers
No data24 hours
+87 days
-1030 days
Posts Archive
Well One Of My Friend Going To Fuck Gay Sanderson Poor Nubbe This Nubbe From Bangladesh 🧐🧐
Well our ultimate image gen It Will Be Free
Cause My Pet Gay Sanderson Poor Nubbe Selling Dall e 3 image gen
NEW TOOL WITH 10 ENDPOINTS WILL BE UPLOAD OPEN SOURCE VERY SOON FOR PUBLIC
#credit Dark Programmers Team ©️©️©️
BOT_TOKEN = "your token "
API_ID = "your api id"
API_HASH = "your api hash"
import pyrogram, requests
from pyrogram import Client
bot = Client ("chatgpt",
api_id=API_ID,
api_hash=API_HASH,
bot_token= BOT_TOKEN)
def query(text):
url = "http://62.72.6.182:6799/gpt"
params = {"ask": text}
response = requests.get(url, params=params)
return response.text
@bot.on_message()
def response(bot ,message ):
message.reply(query(message.text))
print("Bot Running")
bot.run() 