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

https://github.com/stanzhai/wiiu-screenshot

A web server based on openresty to save a screenshot of a Nintendo WiiU.
https://github.com/stanzhai/wiiu-screenshot

openresty screenshot wiiu

Last synced: 6 months ago
JSON representation

A web server based on openresty to save a screenshot of a Nintendo WiiU.

Awesome Lists containing this project

README

          

# WiiU-Screenshot

A web server based on openresty to save a screenshot of a Nintendo WiiU.

# Installation

1. install the latest version of OpenResty from
2. install `luarocks` with OpenResty:
3. install `luafilesystem` by `luarocks`: `luarocks install luafilesystem`
4. install `lua-resty-session` by `luarocks`: `luarocks install lua-resty-session`
5. use `sudo apt-get install imagemagick` to install ImageMagick

# Usage

Start the server:

```
$ cd wiiu-screenshot
$ cp src/config.lua.template src/config.lua
$ bin/server.sh restart
```

From your wiiu open the browser by `Home` button when you playing a game, then visit the started server to upload a screenshot.

Open the server from your PC's browser to view your uploaded screenshots.