{"id":24609264,"url":"https://github.com/team334/castle","last_synced_at":"2025-05-05T23:45:32.022Z","repository":{"id":262830211,"uuid":"888157225","full_name":"Team334/Castle","owner":"Team334","description":"Scouting App for Team 334","archived":false,"fork":false,"pushed_at":"2025-04-08T15:36:28.000Z","size":9268,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-30T10:16:30.622Z","etag":null,"topics":["app","flask","frc","mongodb","python","scouting-app"],"latest_commit_sha":null,"homepage":"https://castlescouting.com","language":"HTML","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/Team334.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.yml","funding":".github/FUNDING.yml","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},"funding":{"custom":["https://www.bthsrobotics.com/","https://bthsalumni.org/donate/"]}},"created_at":"2024-11-13T23:05:11.000Z","updated_at":"2025-04-08T15:36:36.000Z","dependencies_parsed_at":"2024-12-19T04:19:16.315Z","dependency_job_id":"2d745243-7b8b-436f-8c6c-ee4135ddda81","html_url":"https://github.com/Team334/Castle","commit_stats":null,"previous_names":["team334/scouting-app","team334/castle"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team334%2FCastle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team334%2FCastle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team334%2FCastle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team334%2FCastle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Team334","download_url":"https://codeload.github.com/Team334/Castle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252596326,"owners_count":21773842,"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":["app","flask","frc","mongodb","python","scouting-app"],"created_at":"2025-01-24T18:13:51.427Z","updated_at":"2025-05-05T23:45:32.016Z","avatar_url":"https://github.com/Team334.png","language":"HTML","funding_links":["https://www.bthsrobotics.com/","https://bthsalumni.org/donate/"],"categories":[],"sub_categories":[],"readme":"# Castle\n\u003e The Official Scouting App Presented By Team 334\n\nhttps://github.com/user-attachments/assets/09c607ce-628d-41e6-ab82-b5fb1a4ec928\n\n\n## Prerequisite\n- [MongoDB compass](https://www.mongodb.com/try/download/community) - https://www.mongodb.com/try/download/community\n- [Python](https://python.org) - https://python.org\n\n\n## How to install\n\u003e Raspberry PI Local Install https://docs.google.com/document/d/1M9b2T-DrkaLq0EBT1hQqs_XhuhEjtLw3hJQsBVWiQsk/edit?usp=sharing \n1. Clone the repo: `git clone https://github.com/team334/Castle`\n2. Create a database in [MongoDB compass](https://www.mongodb.com/try/download/community):\n\n![MongoDB Compass](./assets/mongodb.png)\n\n3. Create `.env` file in root directory, should look similar to this\n```\nSECRET_KEY=your_secret_key\nMONGO_URI=mongodb://localhost:27017/scouting_app\nTBA_AUTH_KEY=your_tba_api_key\nDEBUG=False\nHOST=localhost\nPORT=5000\nVAPID_PUBLIC_KEY=your_vapid_public_key\nVAPID_PRIVATE_KEY=your_vapid_private_key\nVAPID_CLAIM_EMAIL=mailto:your-email@example.com\n```\n\u003e To generate VAPID keys, read here: https://github.com/web-push-libs/vapid/blob/main/python/README.md\n\n4. Set up the environment and install dependencies:\n\n   ### Using installation scripts (new)\n   \n   #### Windows:\n   ```\n   install.bat\n   ```\n   \n   #### Linux/macOS:\n   ```\n   chmod +x install.sh\n   ./install.sh\n   ```\n   \n   ### Manual setup\n   - Make a virtual environment: `python -m venv venv`\n   - To activate (type into command line):\n     - Windows:\n       - Cmd: `venv\\Scripts\\activate`\n       - Powershell: `venv\\Scripts\\Activate.ps1`\n     - MacOS \u0026 Linux: `source ./venv/bin/activate`\n   - Install the dependencies: `pip install -r requirements.txt`\n\n5. Run the app through (in parent directory outside of app): `python -m app`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam334%2Fcastle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam334%2Fcastle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam334%2Fcastle/lists"}