Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelseykm/ketter
Asynchronous HTTP downloader for downloading many files concurrently
https://github.com/kelseykm/ketter
asynchronous-downloader downloader http-downloader
Last synced: 3 days ago
JSON representation
Asynchronous HTTP downloader for downloading many files concurrently
- Host: GitHub
- URL: https://github.com/kelseykm/ketter
- Owner: kelseykm
- License: isc
- Created: 2021-01-17T21:07:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T20:12:44.000Z (about 2 years ago)
- Last Synced: 2024-11-08T15:50:56.605Z (12 days ago)
- Topics: asynchronous-downloader, downloader, http-downloader
- Language: Python
- Homepage:
- Size: 589 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ketter
![ketter](https://raw.githubusercontent.com/kelseykm/banners/main/ketter/banner.png)
Ketter is an asynchronous http downloader written in [Python](https://python.org)
## Features
- Download many files concurrently
- Set maximum number of concurrent downloads
- Set custom HTTP headers and cookies to be used in download requests
- Resume incomplete downloads at later sessions automatically
- Beautiful progress bars that provide feedback on the ongoing download## Installation
`pip3 install ketter`
### Update
`pip3 install --upgrade ketter`