Go to file
Alexandre Possebom 7a07991f7b Fixed python -m twik command 2014-09-26 16:46:52 -03:00
tests Added unit test 2014-09-26 16:41:33 -03:00
twik Fixed python -m twik command 2014-09-26 16:46:52 -03:00
LICENSE Initial commit 2014-09-20 13:59:03 -03:00
README.md Fixed python -m twik command 2014-09-26 16:46:52 -03:00
setup.py Added unit test 2014-09-26 16:41:33 -03:00

README.md

Twik

Python version of Twik

Installation instructions:

  • Using PIP

pip install twik

  • Using easy_install

easy_install twik

  • Manual
git clone https://github.com/coxande/Twik.git
cd Twik
python setup.py install

Usage instructions :

usage: twik [-h] [-c CHARS] [-p PROFILE] [-t {1,2,3}] tag

positional arguments:
  tag                   generate password for a specified tag

optional arguments:
  -h, --help            show this help message and exit
  -c [4-26], --chars [4-26]
                        length of generated password [4-26]. Default: 12
  -p PROFILE, --profile PROFILE
                        profile to use. Default:'Profile'
  -t {1,2,3}, --passwordtype {1,2,3}
                        1 for ALPHANUMERIC_AND_SPECIAL_CHAR
                        2 for ALPHANUMERIC
                        3 for NUMERIC
                        Default: 1


Private Keys is stored in ~/.twik.conf you need change it to match with chrome extension and android app:

[Profile]
private_key = TFCY2AJI-NBPU-V01E-F7CP-PJIZNRKPF25W
github_chars = 12
github_password_type = 1

[foobar]
private_key = VBHF4HAR-8M5Z-NK3B-KQWH-KG9ZYLER4916
reddit_chars = 22
reddit_password_type = 2