tildetel/README.md

10 lines
584 B
Markdown
Raw Permalink Normal View History

2020-09-23 19:33:32 +00:00
# tildetel stuff
2020-09-23 19:21:47 +00:00
2020-09-23 19:33:32 +00:00
some stuff for tilde.tel, such as a phonebook scraper, and a microsip contact list making scraper
* 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,
outputs tilde.tel.users.csv in the current directory
2020-09-23 19:36:33 +00:00
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