{"id":19065263,"url":"https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial","last_synced_at":"2025-04-28T11:25:36.159Z","repository":{"id":37036081,"uuid":"394139360","full_name":"hackersandslackers/aiohttp-aiofiles-tutorial","owner":"hackersandslackers","description":" 🔄 🌐  Handle thousands of HTTP requests, disk writes, and other I/O-bound tasks simultaneously with Python's quintessential async libraries.","archived":false,"fork":false,"pushed_at":"2025-03-26T21:42:35.000Z","size":892,"stargazers_count":19,"open_issues_count":15,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T22:30:27.286Z","etag":null,"topics":["aiofiles","aiohttp","async","asynchronous","asyncio","concurrency","http-client","python","tutorial"],"latest_commit_sha":null,"homepage":"","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/hackersandslackers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.buymeacoffee.com/hackersslackers"]}},"created_at":"2021-08-09T03:45:43.000Z","updated_at":"2024-12-26T20:20:29.000Z","dependencies_parsed_at":"2023-11-23T19:58:27.627Z","dependency_job_id":"51f6c44f-1024-424c-bf1c-37aed47fc3d4","html_url":"https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial","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/hackersandslackers%2Faiohttp-aiofiles-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Faiohttp-aiofiles-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Faiohttp-aiofiles-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Faiohttp-aiofiles-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackersandslackers","download_url":"https://codeload.github.com/hackersandslackers/aiohttp-aiofiles-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249420375,"owners_count":21268835,"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":["aiofiles","aiohttp","async","asynchronous","asyncio","concurrency","http-client","python","tutorial"],"created_at":"2024-11-09T00:49:15.753Z","updated_at":"2025-04-18T03:32:29.437Z","avatar_url":"https://github.com/hackersandslackers.png","language":"HTML","readme":"# Asynchronous HTTP Requests Tutorial\r\n\r\n![Python](https://img.shields.io/badge/Python-v^3.9-blue.svg?logo=python\u0026longCache=true\u0026logoColor=white\u0026colorB=5e81ac\u0026style=flat-square\u0026colorA=4c566a)\r\n![Asyncio](https://img.shields.io/badge/Asyncio-v^3.4.3-blue.svg?longCache=true\u0026logo=python\u0026style=flat-square\u0026logoColor=white\u0026colorB=5e81ac\u0026colorA=4c566a)\r\n![Aiohttp](https://img.shields.io/badge/Aiohttp-v^3.8.1-blue.svg?longCache=true\u0026logo=python\u0026style=flat-square\u0026logoColor=white\u0026colorB=5e81ac\u0026colorA=4c566a)\r\n![Aiofiles](https://img.shields.io/badge/Aiofiles-v^0.8.0-blue.svg?longCache=true\u0026logo=python\u0026style=flat-square\u0026logoColor=white\u0026colorB=5e81ac\u0026colorA=4c566a)\r\n![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=a3be8c\u0026logo=GitHub)\r\n[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/aiohttp-aiofiles-tutorial.svg?style=flat-square\u0026colorA=4c566a\u0026logo=GitHub\u0026colorB=ebcb8b)](https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial/issues)\r\n[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/aiohttp-aiofiles-tutorial.svg?style=flat-square\u0026colorA=4c566a\u0026logo=GitHub\u0026colorB=ebcb8b)](https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial/stargazers)\r\n[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/aiohttp-aiofiles-tutorial.svg?style=flat-square\u0026colorA=4c566a\u0026logo=GitHub\u0026colorB=ebcb8b)](https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial/network)\r\n\r\n![Asyncio](.github/aiohttp@2x.jpg)\r\n\r\nMake asynchronous HTTP requests and write to disk using [**asyncio**](https://docs.python.org/3/library/asyncio.html), [**aiohttp**](https://docs.aiohttp.org/en/stable/), \u0026 [**aiofiles**](https://github.com/Tinche/aiofiles).\r\n\r\nSource code demonstrating asynchronous Python for the corresponding Hackersandslackers post: https://hackersandslackers.com/async-requests-aiohttp-aiofiles/\r\n\r\n## Getting Started\r\n\r\nGet up and running by cloning this repository and running `make deploy`:\r\n\r\n```shell\r\n$ git clone https://github.com/hackersandslackers/aiohttp-aiofiles-tutorial.git\r\n$ cd aiohttp-aiofiles-tutorial\r\n$ make deploy\r\n``` \r\n\r\n-----\r\n\r\n**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.\r\n","funding_links":["https://www.buymeacoffee.com/hackersslackers"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackersandslackers%2Faiohttp-aiofiles-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackersandslackers%2Faiohttp-aiofiles-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackersandslackers%2Faiohttp-aiofiles-tutorial/lists"}