Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.7 KB

File metadata and controls

43 lines (35 loc) · 1.7 KB
rf4-api
open issues version license

Unofficial catch API for Russian Fishing 4
Built with love • Brought to you by @hurfy and other contributors

Introduction

This project is still in development!

The main objective of this project is the periodic collection of data regarding records, ratings, and winners from the official Russian Fishing 4 website, followed by processing and presenting it in a convenient format. The parsing covers all regions, including various rod types and other classifications for each table.

Currently, only one language is supported. The frequency of parsing can be configured for each table.

I do not own the data but collect it to present in a convenient and accessible format. All rights are reserved by FishSoft LLC.

Quick Start

Doesn't carry the full CI/CD pipelines yet.
So, just run this:

# Django
python manage.py runserver
# Celery
celery -A worker.app worker -l INFO -c 1 -P solo

Only development mode is available atm!