Thomas Gratier
Thomas Gratier
Salut, C'est dans la doc qui mentionne `format` à `geojson` et surtout dans le guide https://guides.etalab.gouv.fr/apis-geo/2-api-decoupage-administratif.html#rappels-des-exemples-officiels. Cela met en avant qu'entre l'entrée API gouv https://api.gouv.fr/les-api/api-geo, celle de la doc des...
Possible sans passer par l'API avec https://github.com/etalab/contours-administratifs A documenter dans https://guides.etalab.gouv.fr/apis-geo/2-api-decoupage-administratif.html#les-sources-alternatives-pour-les-communes
Détails besoin API Découpage Administratif sur EPCI sur - Trouver l'EPCI par code SIREN - Trouver l'EPCI par nom - Trouver l'EPCI par x, y (en fait, trouver la commune...
Voir https://www.notion.so/apigouv/Gestion-communes-associ-es-API-Geo-6d628b040e584f6ab14e71891059e1c1 pour les modalités d'implémentation envisagées (lien interne Etalab)
Reste la doc sur geo.api.gouv.fr et enterriner les champs
Première investigation préalable même si je ne m'occupe pas particulièrement de cette API. Il faut noter que le fichier fait 123Mo et qu'il est "streamé". La taille importante comme le...
If you need to export all your passwords, you can use ``` git clone https://github.com/lclevy/firepwd cd firepwd ``` Then copy both `logins.json` and `key3.db` to the current `firepwd` directory To...
If you use a master password (one password to rule them all) like in my case, you need to use `-p yourcomplexpassword`. Otherwise, it seems it failed. In this case,...
@Cezanna Just look at the code https://github.com/lclevy/firepwd/blob/master/firepwd.py#L14 to see that required module is `pyasn1`. So do, `pip install pyasn1`. If you have more issue with package installation, go to http://docs.python-guide.org/en/latest/dev/virtualenvs/...
@Cezanna Don't own a Mac. You may try https://github.com/AlessandroZ/LaZagne . It borrows code from `password-exporter`. There are maybe some fixes in this other software that will make FireFox password export...