{"id":16987505,"url":"https://github.com/flopsreallygotit/characteristics","last_synced_at":"2026-05-03T23:35:15.282Z","repository":{"id":245941235,"uuid":"819602554","full_name":"flopsreallygotit/Characteristics","owner":"flopsreallygotit","description":"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.","archived":false,"fork":false,"pushed_at":"2024-07-13T15:25:57.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T08:51:09.479Z","etag":null,"topics":["aiogram","aiogram-bot","python","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flopsreallygotit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-24T21:02:24.000Z","updated_at":"2024-06-24T21:18:42.000Z","dependencies_parsed_at":"2024-07-13T16:42:14.515Z","dependency_job_id":"5121b8db-09e6-4c40-b6f0-5d0f379a47ab","html_url":"https://github.com/flopsreallygotit/Characteristics","commit_stats":null,"previous_names":["flopsreallygotit/characteristics"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flopsreallygotit/Characteristics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FCharacteristics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FCharacteristics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FCharacteristics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FCharacteristics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flopsreallygotit","download_url":"https://codeload.github.com/flopsreallygotit/Characteristics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FCharacteristics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiogram","aiogram-bot","python","telegram-bot"],"created_at":"2024-10-14T02:49:53.574Z","updated_at":"2026-05-03T23:35:15.266Z","avatar_url":"https://github.com/flopsreallygotit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Characteristics\n\nDo 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.\n\n## Usage\n\n- ```/start```: Displays info about bot\n- ```/add \u003cusername\u003e \u003ccharacteristic\u003e \u003cvalue\u003e```: Adds characteristic to user\n- ```/show \u003cusername\u003e```: Shows characteristics of user\n\n## Quick Start\n\n1) You will need a token. You can receive it from **@BotFather** in TG with command ```/newbot```\n\n2) Create ```config.env``` file in the root of project:\n\n```config.env\ntoken = None\n\nfrequency = 10\n\ndb_filename = \"users.json\"\n\nprotect_content = True \n```\n\n- ```token```: Token that you received from BotFather (Str)\n- ```frequency```: The number of requests after which the database will be flushed to the hard drive\n- ```db_filename```: Filename of database (Str)\n- ```protect_content```: Toggle forwarding messages (bool: True / False)\n\nIn example below all values are default.\n\n3) Complete setup and launch bot:\n\n```bash\n./setup.sh\npython3 main.py\n```\n\n### Database format\n\n```json\n{\n    \"Flops\": [\n        {\"Stamina\": \"6\"},\n        {\"Strength\": \"5\"},\n        {\"Health\": \"7\"},\n        {\"Name\": \"Secret\"}\n    ],\n    \"OncomingLane\": [\n        {\"Stamina\": \"5\"},\n        {\"Strength\": \"6\"},\n        {\"Hobby\": \"Car_repair_works\"}\n    ],\n    \"AlexeyOsipov742\": [\n        {\"Health\": \"0\"},\n        {\"Hobby\": \"OncomingLane\"}\n    ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflopsreallygotit%2Fcharacteristics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflopsreallygotit%2Fcharacteristics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflopsreallygotit%2Fcharacteristics/lists"}