{"id":21026598,"url":"https://github.com/jmoussa/movie-scraper","last_synced_at":"2026-04-28T14:03:32.003Z","repository":{"id":113274087,"uuid":"158001758","full_name":"jmoussa/Movie-Scraper","owner":"jmoussa","description":"Scrape theater, movie and time from IMDB using python BeautifulSoup4 library","archived":false,"fork":false,"pushed_at":"2018-11-18T03:57:19.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T00:30:24.562Z","etag":null,"topics":["beautifulsoup","beautifulsoup4","endpoint","imdb","json","movie","python","rest-api","scraper"],"latest_commit_sha":null,"homepage":null,"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/jmoussa.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":"2018-11-17T16:12:47.000Z","updated_at":"2021-06-19T00:34:15.000Z","dependencies_parsed_at":"2023-03-13T13:21:57.123Z","dependency_job_id":null,"html_url":"https://github.com/jmoussa/Movie-Scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmoussa/Movie-Scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2FMovie-Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2FMovie-Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2FMovie-Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2FMovie-Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmoussa","download_url":"https://codeload.github.com/jmoussa/Movie-Scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2FMovie-Scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32383791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beautifulsoup","beautifulsoup4","endpoint","imdb","json","movie","python","rest-api","scraper"],"created_at":"2024-11-19T11:45:27.910Z","updated_at":"2026-04-28T14:03:31.987Z","avatar_url":"https://github.com/jmoussa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Web Scraper \nCurrently scrapes through imdb for nearby theaters and returns a json array of Theatre -\u003e Movie \u0026 Showtimes\n\n\n\n### JSON Structure\n\n```\n[\n    {\n        \"movies\": [\n            {\n                \"movie\": \"A Private War (2018)\", \n                \"times\": [\n                    \"12:45 pm\", \n                    \"3:30\", \n                    \"6:15\", \n                    \"9:00\"\n                ]\n            }, \n            {\n                \"movie\": \"A Star Is Born (2018)\", \n                \"times\": [\n                    \"1:45 pm\", \n                    \"4:55\"\n                ]\n            },\n        ],\n\t\"theatre\": \"AMC Loews New Brunswick 18\"\n    }\n]\n```\n\n### To Start\n\n```\n$ python scraping_imdb.py\n```\nNavigate to: localhost:5000/getMovies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoussa%2Fmovie-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmoussa%2Fmovie-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoussa%2Fmovie-scraper/lists"}