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.
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!