katesmentah / GeezProjects

Userbot Ini Memiliki Banyak Fitur Keren, Bekerja Dengan Python Dan Telethon Dan Pytgcalls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geez Projects

INFORMASI

Saya tidak bertanggung jawab atas penyalahgunaan bot ini.
Bot ini dimaksudkan untuk bersenang-senang sekaligus membantu Anda
mengelola grup secara efisien dan mengotomatiskan beberapa hal yang membosankan.
Gunakan bot ini dengan risiko Anda sendiri, dan gunakan dengan bijak.

Selamat Menikmati :D

GeezProjects Bot

Sourcery

Deploy Via Bot Deploy Via Web
Deploy Deploy

Create String Session

Run on Repl.it

DeepSource

DeepSource                  DeepSource

Tutorial Deploy To VPS

  • ( git clone https://github.com/vckyou/GeezProjects )
  • ( cd GeezProjects )
  • ( pip3 install -r requirements.txt )
  • ( mv sample_config.env config.env )
  • edit config.env Anda dan isi VARS menggunakan ( nano config.env ) CTRL + S untuk menyimpan VARS Anda, gunakan CTRL + X untuk keluar dan kembali ke direktori GeezProjects
  • Buka SCRREN di VPS Anda ( screen -S GeezProjects )
  • Kemudian gunakan perintah ini untuk menyebarkan GeezProjects ( python3 -m userbot ) Atau ( bash start )

Example Plugin

from  datetime  import  datetime
from userbot import bot
from userbot.utils import edit_or_reply, geez_cmd

@geez_cmd(pattern="ping")
async def ping(event):
  start  =  datetime.now()
  await edit_or_reply(event, "Pong!")
  end  =  datetime.now()
  ms  = (end  -  start).microseconds  /  1000
  await edit_or_reply(event, "Pong!\n`{}`".format(ms))

My inspiration 🍂

Credits

License ⚠️

License
GeezProjects is licensed under GNU Affero General Public License v3 or later.

About

Userbot Ini Memiliki Banyak Fitur Keren, Bekerja Dengan Python Dan Telethon Dan Pytgcalls

License:Other


Languages

Language:Python 99.9%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Procfile 0.0%