{"id":18994660,"url":"https://github.com/timelessnesses/level-bot","last_synced_at":"2026-06-29T15:31:36.540Z","repository":{"id":47986124,"uuid":"514510292","full_name":"timelessnesses/level-bot","owner":"timelessnesses","description":"A easy to use/Configurable/Fun levelling bot!","archived":false,"fork":false,"pushed_at":"2022-07-24T02:10:51.000Z","size":1027,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-07T09:47:26.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timelessnesses.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}},"created_at":"2022-07-16T07:31:02.000Z","updated_at":"2022-07-16T07:39:09.000Z","dependencies_parsed_at":"2022-08-12T15:52:26.291Z","dependency_job_id":null,"html_url":"https://github.com/timelessnesses/level-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timelessnesses/level-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Flevel-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Flevel-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Flevel-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Flevel-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timelessnesses","download_url":"https://codeload.github.com/timelessnesses/level-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Flevel-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34933498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-08T17:26:29.347Z","updated_at":"2026-06-29T15:31:36.506Z","avatar_url":"https://github.com/timelessnesses.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Levellable\n\nA easy/configurable/lots of features for your need!  \n\n## How to host this???\n\n### Requirement\n\n- Python 3.8 or higher\n- poetry (`pip install poetry`)\n- postgresql database\n\n### Procedure\n\n1. Setup your postgresql database\n\n2. You can either make your own .env file and fill out these\n\n```env\nLEVEL_TOKEN=bot token\nLEVEL_PREFIX=prefix \nLEVEL_DATABASE_HOST=database's ip or domain\nLEVEL_DATABASE_PORT=database's port\nLEVEL_DATABASE_USER=database's user\nLEVEL_DATABASE_PASSWORD=database's password\nLEVEL_DATABASE_NAME=database's name\nLEVEL_DATABASE_SSL=connect database with ssl or not (0 or 1)\n```\n\n2.1 You can edit `config/config.py` to your own choice too\n\n```py\nfrom dotenv import load_dotenv\n\nload_dotenv()\nimport os\n\ntoken = \"bot token\"\nprefix = \"prefix\"\ndatabase_host = \"database's ip or domain\"\ndatabase_port = \"database's port\"\ndatabase_name = \"database's name\"\ndatabase_user = \"database's user\"\ndatabase_password = \"database's password\"\ndatabase_ssl = True or False based on your need\ndatabase_url = \"paste your entire postgresql connection string here if you don't want to fill each items above\"\n\n```\n\n3. Do `poetry install`\n\n4. Do `poetry shell` to activate the virtual environment\n\n5. Run `python3 bot.py`\n\n6. Enjoy~\n\n## Features\n\n- [x] Level system\n- [x] Boost up your level by doing activities\n- [x] Be able to set your own level requirement for something important like limiting new members to posting files or joining voice chat (by manage your own role)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Flevel-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimelessnesses%2Flevel-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Flevel-bot/lists"}