edited readme

This commit is contained in:
jan6 2020-09-23 22:36:33 +03:00
parent 26c4a87c6d
commit 9d345169a6
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ some stuff for tilde.tel, such as a phonebook scraper, and a microsip contact li
* scrapbook.py - python script that generates a pretty OK display of the contacts list, should be trivial to turn to CSV * scrapbook.py - python script that generates a pretty OK display of the contacts list, should be trivial to turn to CSV
* microsip_contactlist.sh - uses standard shell utilities to mangle and straighten the contact list into MicroSIP's contacts CSV file, * microsip_contactlist.sh - uses standard shell utilities to mangle and straighten the contact list into MicroSIP's contacts CSV file,
outputs tilde.tel.users.csv in the current directory outputs tilde.tel.users.csv in the current directory
all code is of not great quality, microsip_contactlist.sh is all in a single line, and even scrapbook.py uses a lot of single-character variables and such