- Install Python 3
- Install any other necessary libraries, non-standard ones are:
You must have a valid config.json
in the root directory. There is an exampleconfig.json
in the root directory.
NOTE: the trailing /
in any url should be present, if one is needed.
- From the root directory, run
python src/c2cshell.py
, this may need to bepython3 src/c2cshell.py
depending on your install. - Type
?
orhelp
to list all commands. Typehelp <command>
for help with a particular command.
list
: Show all contact lists from Qualtricsshow
: Show currently selected listselect <#>
: Select a list for manipulationupload
: Upload generated links; must do after you select a contact listbackup
: Generate a backup.txt and backup.csv with corresponding generated links, using the currently selected list. NOTE: backup.* is always overwritten with eachbackup
invocation
The current ideal way to use this is as follows:
- Type
list
- Type
select <# of option you wish to choose>
Ex.select 0
- Type
upload
Links and a backup file named backup.txt
& backup.csv
are automatically made before the upload is invoked.
The new generated url is in a field named sessionUrl
.
- Nothing at this time.