{"id":19846127,"url":"https://github.com/oflore12/where-to-stream","last_synced_at":"2026-03-03T08:35:18.311Z","repository":{"id":92700546,"uuid":"607827796","full_name":"oflore12/Where-to-Stream","owner":"oflore12","description":"This is the repository for the project","archived":false,"fork":false,"pushed_at":"2024-07-24T17:47:06.000Z","size":191,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-11T12:35:49.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/oflore12.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-28T18:59:07.000Z","updated_at":"2024-07-29T16:49:55.000Z","dependencies_parsed_at":"2024-07-24T20:07:50.509Z","dependency_job_id":"e0d86e96-ad49-4b6d-a80a-107884ecfd67","html_url":"https://github.com/oflore12/Where-to-Stream","commit_stats":null,"previous_names":["oflore12/where-to-stream"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oflore12%2FWhere-to-Stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oflore12%2FWhere-to-Stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oflore12%2FWhere-to-Stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oflore12%2FWhere-to-Stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oflore12","download_url":"https://codeload.github.com/oflore12/Where-to-Stream/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241225126,"owners_count":19930097,"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":[],"created_at":"2024-11-12T13:10:32.809Z","updated_at":"2026-03-03T08:35:13.277Z","avatar_url":"https://github.com/oflore12.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Where To Stream (CMSC447Project)\nThis is the repository for CMSC447 Project.\n\nInstall and run the project, the *run.sh* bash script should work with sudo privileges:\n\n- `sudo bash run.sh`\n\nThe bash script follows the below installation and usage instructions.\n\n## Installation\nTo install packages needed for Python and Flask, run these commands:\n\n- `sudo apt install -y python3-pip build-essential libssl-dev libffi-dev python3-dev python3-venv postgresql postgresql-contrib`\n\nMake sure you're in the CMSC447Project directory and create a new virtual environment:\n\n- `python3 -m venv env`\n\nTo activate environment, make sure you're in the CMSC447Project directory and run:\n\n- `source env/bin/activate`\n\t\nOnce you see (env) prior to your username in the terminal, run:\n\n- `pip install -r requirements.txt`\n\nStart the PostgreSQL database:\n\n- `sudo passwd postgres` (1st time after install)\n- `sudo service postgresql start`\n\nNew way to create the PostgreSQL user and database:\n\n- `sudo -iu postgres createuser -P -e -s wts`\n- Enter password `team3` and confirm password\n- `python3 init_db.py`\n\nTo run Flask application\n\t\n- `export FLASK_DEBUG=1`\n- `flask run`\n\nIn the machine running flask, open a web browser and go to http://127.0.0.1:5000/. You should be able to see the web page.\n\n## Usage\n- `source env/bin/activate`\n- `sudo service postgresql start`\n- `python3 init_db.py`\n- `export FLASK_DEBUG=1`\n- `flask run`\n\n## Testing\nIn the Python environment, simply run `pytest` to run a test session on all testing files. All testing files are located in the *tests/* directory.\n\nTo run a specific testing file, run `pytest test/\u003cname_of_test\u003e.py`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foflore12%2Fwhere-to-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foflore12%2Fwhere-to-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foflore12%2Fwhere-to-stream/lists"}