An open API service indexing awesome lists of open source software.

https://github.com/zxce3/userbot

Simple Userbot??
https://github.com/zxce3/userbot

pyrogram userbot

Last synced: over 1 year ago
JSON representation

Simple Userbot??

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)