Utilities scripts for c4science =============================== GetMyStuph ---------- - Dependencies ``` pip install --user -r requirements.txt ``` - Generate a cli token here: https://c4science.ch/conduit/login/ - Create a .yml file with the repositories and group you want to import, Take a look in the example.yml file for help - Usage ``` ./getmystuph_in_phab.py --config config.yml -v ``` - You should use the `--dry-run` option, which is showing what actions it will do without modifying anything on c4science ``` ./getmystuph_in_phab.py --config config.yml -v --dry-run ``` ### Windows users - [[https://www.python.org/downloads/windows/|Install Python 3]] and [[https://git-scm.com/download/win|Git Bash]] - Follow the install above and run the script like this in CMD.exe ``` python getmystuph_in_phab.py --config config.yml ```