https://github.com/zxce3/userbot
Simple Userbot??
https://github.com/zxce3/userbot
pyrogram userbot
Last synced: over 1 year ago
JSON representation
Simple Userbot??
- Host: GitHub
- URL: https://github.com/zxce3/userbot
- Owner: Zxce3
- License: gpl-2.0
- Created: 2022-06-08T06:52:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T17:06:18.000Z (about 2 years ago)
- Last Synced: 2024-06-08T18:25:46.676Z (about 2 years ago)
- Topics: pyrogram, userbot
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# userbot [UNMAINTANABLE]
This userbot was created with the aim of learning and not developed again(maybe someday),
if you want to contribute see the [#contribute](#contributing) section
## Instalation
after cloning this repo. run the following command below:
```bash
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cp example.env .env
./run.sh
```
## Thanks to
- [Rlapz](https://github.com/rlapz/)
- [Dragon-Userbot](https://github.com/Dragon-Userbot/)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[GPL-2.0 license](LICENSE)