Figg 022a877d00 rename il y a 1 an
data update data il y a 1 an
million rename il y a 1 an
scripts plus d'insultes et fix regex il y a 1 an
.gitignore Use pydantic il y a 1 an
export_data-v2.py Add month mode il y a 2 ans
participations.png Use pydantic il y a 1 an
poetry.lock Use pydantic il y a 1 an
pyproject.toml add readme il y a 1 an
readme.md add readme il y a 1 an

readme.md

Messenger 1 Million

Dev environment setup

1. Install poetry

curl -sSL https://install.python-poetry.org | python3 -

Optionally configure poetry to create virtual envs in project root directories

poetry config virtualenvs.in-project true

2. Setup a poetry virtual env

poetry shell

3. Install dependencies

poetry install

Run scripts

python -m scripts.[script name]

Examples :

python -m scripts.find_holes
python -m scripts.read_top