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

https://github.com/epocdotfr/rwrs

Players statistics, servers list and more for the Running With Rifles (RWR) game as well as its Pacific and Edelweiss DLCs
https://github.com/epocdotfr/rwrs

charts datamining discord-bot edelweiss flask geolite2 pacific player-statistics players python rest-api running-with-rifles rwr servers stats steam-api webapp

Last synced: 3 months ago
JSON representation

Players statistics, servers list and more for the Running With Rifles (RWR) game as well as its Pacific and Edelweiss DLCs

Awesome Lists containing this project

README

          

# Running With Rifles Stats (RWRS)

Players statistics, servers list and more for the [Running With Rifles](http://www.runningwithrifles.com/wp/) (RWR) game
as well as its Pacific and Edelweiss DLCs.

[Website](https://rwrstats.com/) • [Discord](https://discord.gg/runningwithrifles) • [Steam Discussions](https://steamcommunity.com/app/270150/discussions/0/1520386297704428050/)

## Prerequisites

- Python >= 3.8
- A modern web browser
- An SQLAlchemy-supported DBMS
- (Optional, but recommended) A WSGI-capable web server
- (Optional) Running With Rifles, if you need to extract data from the game files

## Installation

1. Clone this repo somewhere
2. Copy `.env.local` to `.env`, then fill in the required/desired variables
3. `pip install -r requirements-dev.txt`
4. `flask db upgrade`
5. `bash scripts/geolite2_city_updater.sh`

## Credits

You'll find credits and legal mentions [here](https://rwrstats.com/about#credits).

## Feedback

If you have suggestions or problems, you can submit an issue [here on GitHub](https://github.com/EpocDotFr/rwrs/issues) or
head over [hhere](https://rwrstats.com/feedback).