-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add readme explaining project branches
- Loading branch information
0 parents
commit 8630fb8
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |