Skip to content

Commit

Permalink
add readme explaining project branches
Browse files Browse the repository at this point in the history
  • Loading branch information
alissonlauffer committed Oct 23, 2023
0 parents commit 8630fb8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<img src="https://raw.githubusercontent.com/edubr029/piics/master/i/005.png" width="150" align="right">

# UserLixo

Multipurpose Python userbot for Telegram

## Before you start

This project is divided into two active branches, developed by different people. Each one strives to meet the needs of their respective users. The branches are:

- [userlixo-czp](https://github.com/AmanoTeam/UserLixo/tree/userlixo-czp):
- Mainly developed by [Cezar](https://github.com/usernein).
- Uses a more complex code structure.
- Supports installing plugins from the web.
- Has a web configuration interface.
- Supports multiple database engines (through ORM).

- [userlixo-rfc](https://github.com/AmanoTeam/UserLixo/tree/userlixo-rfc):
- Mainly developed by [Rian](https://github.com/RianFC).
- Maintained by the original creator of the project.
- Uses a simpler code structure.
- Only supports SQLite as database.

To clone the branch you selected, please use the following command:

```shell
git clone https://github.com/AmanoTeam/UserLixo -b <branch>
```

0 comments on commit 8630fb8

Please sign in to comment.