https://github.com/tuokri/rs2wapy-examples
Example Applications with rs2wapy
https://github.com/tuokri/rs2wapy-examples
rcon rising-storm-2-vietnam rs2 rs2-vietnam rs2wapy ue3 webadmin
Last synced: about 1 year ago
JSON representation
Example Applications with rs2wapy
- Host: GitHub
- URL: https://github.com/tuokri/rs2wapy-examples
- Owner: tuokri
- License: mit
- Created: 2020-03-12T11:48:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T15:15:57.000Z (about 6 years ago)
- Last Synced: 2025-02-01T15:45:50.869Z (about 1 year ago)
- Topics: rcon, rising-storm-2-vietnam, rs2, rs2-vietnam, rs2wapy, ue3, webadmin
- Language: Python
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Example Applications with rs2wapy
[](https://discord.gg/6tgWHpM)
This project contains a collection of examples on how to
use `rs2wapy` and how to deploy applications using `rs2wapy`.
## Basic Terminology
- **Python**:
the programming language, which `rs2wapy` is
written in.
- **[rs2wapy](https://github.com/tuokri/rs2wapy)**:
Rising Storm 2: Vietnam WebAdmin Python Interface
(the library powering these example applications).
- **[Heroku](https://www.heroku.com/)**:
Platform as a Service (PaaS) provider. Used to
host some of the example applications.
- **[GitHub](https://www.github.com)**:
software development platform. All the code you see here
is hosted on GitHub.
## Example Applications
- [RS2 unranked server alert message to Discord](examples/unranked_discord_alert/README.md).