Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbacalan/gw2rpc-site
A simple website for GW2RPC addon
https://github.com/mbacalan/gw2rpc-site
discord gw2 website
Last synced: 3 days ago
JSON representation
A simple website for GW2RPC addon
- Host: GitHub
- URL: https://github.com/mbacalan/gw2rpc-site
- Owner: mbacalan
- Created: 2017-12-03T10:38:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T17:17:41.000Z (over 2 years ago)
- Last Synced: 2023-04-26T02:48:52.913Z (over 1 year ago)
- Topics: discord, gw2, website
- Language: Python
- Homepage: https://gw2rpc.info/
- Size: 8.8 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gw2bot-site
> The website of [GW2RPC by Maselkov](https://github.com/Maselkov/GW2RPC).
> [gw2rpc.info](https://gw2rpc.info/)
## Build Setup
This project uses [Flask](http://flask.pocoo.org/).
``` bash
# Install Flask, requires Python
pip install Flask# Run it at localhost:5000
py rpcsite.py
```