{"id":18753195,"url":"https://github.com/vbetsch/rpg","last_synced_at":"2025-11-28T07:30:14.119Z","repository":{"id":38028194,"uuid":"499992952","full_name":"vbetsch/rpg","owner":"vbetsch","description":"🎮 A Console Role Play Game in buildings","archived":false,"fork":false,"pushed_at":"2022-06-11T10:09:26.000Z","size":78,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T00:52:07.927Z","etag":null,"topics":["json","mysql","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vbetsch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-05T03:43:46.000Z","updated_at":"2022-06-06T02:31:13.000Z","dependencies_parsed_at":"2022-09-17T01:12:36.326Z","dependency_job_id":null,"html_url":"https://github.com/vbetsch/rpg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbetsch%2Frpg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbetsch%2Frpg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbetsch%2Frpg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbetsch%2Frpg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbetsch","download_url":"https://codeload.github.com/vbetsch/rpg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644163,"owners_count":19673578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["json","mysql","python"],"created_at":"2024-11-07T17:24:47.166Z","updated_at":"2025-11-28T07:30:14.064Z","avatar_url":"https://github.com/vbetsch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RPG\nA role play game\n\n## Install\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/Reyfey/rpg.git\n   ```\n\n2. Run `seeder.sql` to generate database\n   ```bash\n   mysql -u [user] -p[password] \u003c  db/seeder.sql\n   ```\n\n3. Run `data.sql` if you want testing data\n   ```bash\n   mysql -u [user] -p[password] \u003c  db/data.sql\n   ```\n\n4. Copy the example configuration file\n    ```bash\n    cp database.example.json database.json\n    ```\n    and replace the parameters to connect to your database\n\n\n5. (Optional) Create virtual environment for python\n    ```bash\n    python -m venv venv\n    chmod +x venv/bin/activate\n    ./venv/bin/activate\n    ```\n\n6. Install the dependencies\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n7. Finally, run and enjoy :)\n    ```bash\n    python main.py\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbetsch%2Frpg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbetsch%2Frpg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbetsch%2Frpg/lists"}