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.
- Host: GitHub
- URL: https://github.com/stanzhai/wiiu-screenshot
- Owner: stanzhai
- License: gpl-3.0
- Created: 2017-05-24T09:36:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T00:24:21.000Z (over 8 years ago)
- Last Synced: 2024-12-26T18:16:52.661Z (11 months ago)
- Topics: openresty, screenshot, wiiu
- Language: HTML
- Homepage: http://wiiu.stanzhai.site
- Size: 57.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.