Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 882 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 882 Bytes

Earth Porn Desktop Wallpaper App

Sets the top image on Earth Porn as your desktop wallpaper.

Installation

  1. Install .NET Core.
  2. Clone the repository.
  3. Execute the following commands in the root of the repository:
dotnet restore

That's it.

Running the app

To run the app, execute the following command:

dotnet run

The output should look something like this:

App Started
Talking to Reddit...
Reddit data retrieved: [URL]
Downloading file...
File downloaded to: [Path]
Setting desktop wallpaper...
Done!

Feel free to deploy the app on your machine, you can follow this guide.

Contributing

All constributions are welcome. Please fork, make your changes and submit a pull request.