Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Elias Sebbar 8e1958c6b3 add readme vor 10 Monaten
data update data vor 10 Monaten
million Add script to find holes in counted values vor 10 Monaten
scripts Add script to find holes in counted values vor 10 Monaten
.gitignore Use pydantic vor 10 Monaten
export_data-v2.py Add month mode vor 2 Jahren
participations.png Use pydantic vor 10 Monaten
poetry.lock Use pydantic vor 10 Monaten
pyproject.toml add readme vor 10 Monaten
readme.md add readme vor 10 Monaten

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