{"id":21983089,"url":"https://github.com/arsho/beautifulsoup_requests_demo","last_synced_at":"2025-03-23T01:30:19.837Z","repository":{"id":79174096,"uuid":"73846293","full_name":"arsho/beautifulsoup_requests_demo","owner":"arsho","description":"Use the BeautifulSoup and requests Python packages to print out a list of all the article titles on the New York Times homepage.","archived":false,"fork":false,"pushed_at":"2017-06-27T06:11:18.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T04:46:16.311Z","etag":null,"topics":[],"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/arsho.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":"2016-11-15T19:08:25.000Z","updated_at":"2017-07-01T16:59:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdfcc9f1-102a-404d-82ce-e205c626826f","html_url":"https://github.com/arsho/beautifulsoup_requests_demo","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/arsho%2Fbeautifulsoup_requests_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Fbeautifulsoup_requests_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Fbeautifulsoup_requests_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Fbeautifulsoup_requests_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsho","download_url":"https://codeload.github.com/arsho/beautifulsoup_requests_demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245043760,"owners_count":20551836,"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-29T17:34:24.568Z","updated_at":"2025-03-23T01:30:19.807Z","avatar_url":"https://github.com/arsho.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beautifulsoup Requests Demo\nSolutions of 'Decode A Web Page' from http://www.practicepython.org/exercise/2014/06/06/17-decode-a-web-page.html\nIt includes a list of exercises to introduce people to Python programming language.\n\nThis repository also includes the PDF file of the exercises.\n\n## Step to install Beautifulsoup and Requests inside virtualenv\nTo install Beautifulsoup and Requests with Python3 in Ubuntu,\nCreate a folder and open terminal in it then write the following lines one by one in terminal:\n```bash\n $ virtualenv -p python3 venv\n $ source venv/bin/activate\n (venv)$ python -m pip install --upgrade pip\n (venv)$ python -m pip install --upgrade setuptools\n (venv)$ pip install requests\n (venv)$ pip install beautifulsoup4\n```\n\n## Step to run nytimes.py inside venv\n```bash\n Keep the nytimes.py inside the venv folder and write the following line in terminal\n (venv)$ python venv/nytimes.py\n```\n\n\n## Contributing\nEveryone is welcome to contribute. Feel free to submit a pull request, issue or suggestion you may find relevant.\n\n## Reference\nThe original exercise was created by Michele Pratusevich ([Personal_site(http://www.mprat.org/)])\nand can be found [here](http://www.practicepython.org/exercise/2014/06/06/17-decode-a-web-page.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsho%2Fbeautifulsoup_requests_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsho%2Fbeautifulsoup_requests_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsho%2Fbeautifulsoup_requests_demo/lists"}