Skip to content

Instantly share code, notes, and snippets.

@behnamonline
behnamonline / index.py
Last active March 10, 2025 23:57
anonymous telegram chat
# 0.create a python worker
# 1.create a D1 database and bind it to your worker -> db
# 2.go to D1->the databse->Console and run this sql to create users table
# CREATE TABLE users ("id" integer PRIMARY KEY,"telegram_user_id" text,"rkey" text,"target_user" text)
# 3.open the worker in browser and -> https://yourworker.username.workers.dev/init to set webhook
# https://www.instagram.com/behnamonline
# https://www.youtube.com/@behnamonline
# https://t.me/behnamonline99
@behnamonline
behnamonline / worker.js
Created January 25, 2025 07:22
force join telegram bot
// ozv ejbari telegram bot
/*
https://www.instagram.com/behnamonline
https://www.youtube.com/@behnamonline
https://t.me/behnamonline99
https://www.aparat.com/behnam.online
*/
/*