Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoemur/aioget
This is a simple script that implements concurrent downloads with Python.
https://github.com/phoemur/aioget
aiofiles aiohttp asyncio blessings curses downloader python-3 python3
Last synced: 4 days ago
JSON representation
This is a simple script that implements concurrent downloads with Python.
- Host: GitHub
- URL: https://github.com/phoemur/aioget
- Owner: phoemur
- License: unlicense
- Created: 2017-07-23T01:07:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T17:07:36.000Z (over 7 years ago)
- Last Synced: 2025-01-15T10:14:22.782Z (9 days ago)
- Topics: aiofiles, aiohttp, asyncio, blessings, curses, downloader, python-3, python3
- Language: Python
- Size: 92.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aioget
This is a simple script that implements concurrent downloads with Python.
It makes use of Python >= 3.5 new module's asyncio coroutines with async / await statements.
Uses aiohttp for assyncronous downloads, aiofiles for nonblocking filesystem operations.
Has a nice curses based progress_bar with multiple lines# Requirements
* python >= 3.5
* aiohttp
* aiofiles
* blessingsOnly works on POSIX systems (Linux, BSD, ios, etc...)
# Usage
aioget "url1" "url2" ... "url n"
or read urls from file:
aioget -f urllist.txt![](screenshot.png)