文件名称:FreakyUserbot:用Telethon编写的简单Userbot不稳定
文件大小:4.16MB
文件格式:ZIP
更新时间:2024-03-02 18:01:38
Python
FreakyUserbot Telethon中的功能强大,智能且简单的Userbot。 支持 获取APP_ID和API_HASH 从获取API_ID和 STRING_SESSION 从获取STRING_SESSION 要么 部署 硬道(针对开发人员) 只需克隆存储库并运行主文件: # Install Git First. git clone https://github.com/swatv3nub/FreakyUserbot # Open Git Cloned File cd FreakyUserbot # Config Virtual Env virtualenv -p /usr/bin/python3 venv . ./venv/bin/activate # Install All Requirements pip install -r requirements.txt #