{"id":23039252,"url":"https://github.com/lucamueller1/pystockmarketgame","last_synced_at":"2025-07-29T00:09:14.606Z","repository":{"id":45234319,"uuid":"291989279","full_name":"LucaMueller1/PyStockMarketGame","owner":"LucaMueller1","description":"Awesome Stock Market Game written in Python","archived":false,"fork":false,"pushed_at":"2021-12-29T18:09:36.000Z","size":1455,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T23:34:15.447Z","etag":null,"topics":["flask","pybroker","python","stock-market","stock-trading","stock-trading-game","streamlit"],"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/LucaMueller1.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":"2020-09-01T12:17:22.000Z","updated_at":"2024-06-20T19:28:38.000Z","dependencies_parsed_at":"2022-07-16T15:00:49.038Z","dependency_job_id":null,"html_url":"https://github.com/LucaMueller1/PyStockMarketGame","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LucaMueller1/PyStockMarketGame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaMueller1%2FPyStockMarketGame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaMueller1%2FPyStockMarketGame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaMueller1%2FPyStockMarketGame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaMueller1%2FPyStockMarketGame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucaMueller1","download_url":"https://codeload.github.com/LucaMueller1/PyStockMarketGame/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaMueller1%2FPyStockMarketGame/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267606636,"owners_count":24114766,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["flask","pybroker","python","stock-market","stock-trading","stock-trading-game","streamlit"],"created_at":"2024-12-15T18:29:28.188Z","updated_at":"2025-07-29T00:09:14.588Z","avatar_url":"https://github.com/LucaMueller1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is the Pycharm Broker Game by PythonicInquisition\nAvailable under **[Pybroker.de](http://pybroker.de)**\n\n\nAuthors: Daniel Ebert, Luca Müller, Luca Weissbeck, Ben Schaper, Jannik Sinz\n- daniel.ebert@ibm.com, luca.mueller1@ibm.com, luca.weissbeck@ibm.com, ben.schaper@ibm.com, jannik.sinz@ibm.com  \n  \nProject Start: 24.10.2020  \nProject End: 22.11.2020  \n\n## Preview\n### Buying Stocks \n![screencapture-localhost-8501-2021-12-29-13_42_59](https://user-images.githubusercontent.com/62757957/147664009-a6490873-d65c-4911-84d1-3b5d83cf80fc.png)\n### Selling Stocks\n![screencapture-localhost-8501-2021-12-29-13_44_14](https://user-images.githubusercontent.com/62757957/147664079-914c3782-3c55-4d2e-b9c8-7c68cebb0e0e.png)\n### Stock Screener\n![screencapture-localhost-8501-2021-12-29-13_41_58](https://user-images.githubusercontent.com/62757957/147664103-9eaf8f82-0556-4d4d-b57b-c694d61eebef.png)\n### Settings\n![screencapture-localhost-8501-2021-12-29-13_43_21](https://user-images.githubusercontent.com/62757957/147664290-5f46e4ff-da9b-4896-9572-8589f0e7ec60.png)\n\n### Dark Mode Ready\n\u003cimg width=\"1788\" alt=\"Screenshot 2021-12-29 at 13 46 12\" src=\"https://user-images.githubusercontent.com/62757957/147664203-9744ad3e-5e24-4fdd-b00d-b979019699ce.png\"\u003e\n\n## Architecture / Infrastructure\n![Uberblick_der_AnwendungsarchitekturPRESET](https://user-images.githubusercontent.com/62757957/147664785-f0758d24-0dc3-43ee-9b5f-f0791451d412.png)\n\n## Requirements\nPython: 3.8\n### with pip:\n```\npip3 install -r requirements.txt\n```  \n### with poetry:\n```\npoetry init  \nfor item in $(cat requirements.txt); do   poetry add \"${item}\"; done\n```\n\n\n## BackEnd - Usage\nTo run the server, please execute the following from the BackEnd-root directory:\n\n```\npython3 -m swagger_server\n```\n\n## BackEnd - Docs\nhttps://pybroker.readme.io/\n\n## Start FrontEnd:\n\nTo start the frontend, change directory to the root folder of the repository. Then run ```streamlit run FrontEnd/orchestrator.py```. This will run the streamlit server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucamueller1%2Fpystockmarketgame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucamueller1%2Fpystockmarketgame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucamueller1%2Fpystockmarketgame/lists"}