https://github.com/dori-dev/downloader
An async downloader with python and asyncio.
https://github.com/dori-dev/downloader
Last synced: about 1 year ago
JSON representation
An async downloader with python and asyncio.
- Host: GitHub
- URL: https://github.com/dori-dev/downloader
- Owner: dori-dev
- Created: 2023-04-06T19:31:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T19:31:18.000Z (about 3 years ago)
- Last Synced: 2025-03-30T13:37:15.746Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async Downloader
An async downloader with python and asyncio.
#
# How to Run Project
## Download Codes
```
git clone https://github.com/dori-dev/downloader.git
```
```
cd downloader
```
## Build Virtual Environment
```
python -m venv env
```
```
source env/bin/activate
```
## Install Project Requirements
```
pip install -r requirements.txt
```
## Download File
```bash
python main.py url
```
## How to Use
```bash
python main.py -h
```
#
## Links
Download Source Code: [Click Here](https://github.com/dori-dev/downloader/archive/refs/heads/master.zip)
My Github Account: [Click Here](https://github.com/dori-dev/)