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
- Host: GitHub
- URL: https://github.com/epocdotfr/rwrs
- Owner: EpocDotFr
- Created: 2017-09-27T11:14:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T11:10:18.000Z (7 months ago)
- Last Synced: 2025-07-19T20:09:36.638Z (6 months ago)
- Topics: charts, datamining, discord-bot, edelweiss, flask, geolite2, pacific, player-statistics, players, python, rest-api, running-with-rifles, rwr, servers, stats, steam-api, webapp
- Language: HTML
- Homepage: https://rwrstats.com/
- Size: 149 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).