Skip to content

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

License

Notifications You must be signed in to change notification settings

watchdevil321/GeezProjects

 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%