Loading repository data…
Loading repository data…
flopsreallygotit / repository
Do you want to know what people think about you? Or maybe you want to leave a review about someone? Then this bot is perfect for you. Only 2 commands that can change or show a person's current characteristics. It's time to become a real favorite or transform into a real villain.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Do you want to know what people think about you? Or maybe you want to leave a review about someone? Then this bot is perfect for you. Only 2 commands that can change or show a person's current characteristics. It's time to become a real favorite or transform into a real villain.
/start: Displays info about bot/add <username> <characteristic> <value>: Adds characteristic to user/show <username>: Shows characteristics of userYou will need a token. You can receive it from @BotFather in TG with command /newbot
Create config.env file in the root of project:
token = None
frequency = 10
db_filename = "users.json"
protect_content = True
token: Token that you received from BotFather (Str)frequency: The number of requests after which the database will be flushed to the hard drivedb_filename: Filename of database (Str)protect_content: Toggle forwarding messages (bool: True / False)In example below all values are default.
./setup.sh
python3 main.py
{
"Flops": [
{"Stamina": "6"},
{"Strength": "5"},
{"Health": "7"},
{"Name": "Secret"}
],
"OncomingLane": [
{"Stamina": "5"},
{"Strength": "6"},
{"Hobby": "Car_repair_works"}
],
"AlexeyOsipov742": [
{"Health": "0"},
{"Hobby": "OncomingLane"}
]
}