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.
Figg 3023895551 dockerfile editing vor 10 Monaten
archive rangement de fichiers vor 11 Monaten
data Renaming DNS into MediaCountMapper vor 2 Tagen
million minor fixes, comments + test script for count analysis vor 2 Tagen
output que le dir output apparaisse quand meme sur le repo vor 11 Monaten
scripts minor fixes, comments + test script for count analysis vor 2 Tagen
test more message testing vor 2 Tagen
.drone.yml cleanup vor 11 Monaten
.gitignore que le dir output apparaisse quand meme sur le repo vor 11 Monaten
Dockerfile dockerfile editing vor 2 Tagen
poetry.lock update data & invites graph script vor 5 Monaten
pyproject.toml update data & invites graph script vor 5 Monaten
pytest.ini Add test stack vor 11 Monaten
readme.md add readme vor 11 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