This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ozv ejbari telegram bot | |
/* | |
https://www.instagram.com/behnamonline | |
https://www.youtube.com/@behnamonline | |
https://t.me/behnamonline99 | |
https://www.aparat.com/behnam.online | |
*/ | |
/* |