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

https://github.com/RMariowski/QuotefancyDownloader

Simple console application written in .NET Core 2.2, that automatically downloads images from quotefancy.com
https://github.com/RMariowski/QuotefancyDownloader

async async-await async-functions async-programming asynchronous asynchronous-programming asynchronous-tasks asynctask console-application csharp dotnet dotnet-core dotnet-core2 dotnetcore

Last synced: over 1 year ago
JSON representation

Simple console application written in .NET Core 2.2, that automatically downloads images from quotefancy.com

Awesome Lists containing this project

README

          

# Quotefancy Downloader
Simple console application written in .NET Core 2.2, that automatically downloads images from quotefancy.com

## How to use
### Build
```bash
dotnet build QuotefancyDownloader.csproj
```
### Go to output directory
```bash
cd your_output_directory
```
### Run application with help argument
```bash
dotnet QuotefancyDownloader.dll --help
```