An open API service indexing awesome lists of open source software.

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.

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/)