twik/README.md

45 lines
804 B
Markdown
Raw Normal View History

2014-09-20 18:59:03 +02:00
Twik
====
Python version of Twik
2014-09-20 19:05:38 +02:00
2014-09-21 02:03:59 +02:00
2014-09-23 01:24:44 +02:00
## Installation instructions:
* Using PIP
```pip install twik```
2014-09-22 22:19:15 +02:00
2014-09-23 01:24:44 +02:00
* Using easy_install
```easy_install twik```
* Manual
```
git clone https://github.com/coxande/Twik.git
cd Twik
python setup.py install
```
## Usage instructions :
2014-09-21 02:03:59 +02:00
2014-09-22 22:19:15 +02:00
```
2014-09-21 01:26:07 +02:00
Usage: twik [-h] [-c C] [-p {1,2,3}] tag
2014-09-20 19:05:38 +02:00
2014-09-21 01:26:07 +02:00
positional arguments:
tag generate password for a specified tag
2014-09-20 19:05:38 +02:00
2014-09-21 01:26:07 +02:00
optional arguments:
-h, --help show this help message and exit
-c C length of generated password
2014-09-22 22:19:15 +02:00
-p {1,2,3} 1 for ALPHANUMERIC_AND_SPECIAL_CHAR, 2 for ALPHANUMERIC
and 3 for NUMERIC
2014-09-21 02:03:59 +02:00
```
2014-09-23 13:59:30 +02:00
Private Key is stored in ~/.twik.conf you need change it to match with chrome extension and android app:
2014-09-21 02:00:22 +02:00
2014-09-21 02:03:59 +02:00
```
2014-09-21 02:00:22 +02:00
[Profile]
private_key = TFCY2AJI-NBPU-V01E-F7CP-PJIZNRKPF25W
2014-09-21 02:03:59 +02:00
```
2014-09-21 02:00:22 +02:00