some stuff for tilde.tel, such as a phonebook scraper, and a microsip contact list making scraper
Go to file
jan6 9d345169a6 edited readme 2020-09-23 22:36:33 +03:00
.gitignore Initial commit 2020-09-23 19:21:47 +00:00
LICENSE Initial commit 2020-09-23 19:21:47 +00:00
README.md edited readme 2020-09-23 22:36:33 +03:00
microsip_contactlist.sh added the scripts 2020-09-23 22:33:32 +03:00
scrapbook.py added the scripts 2020-09-23 22:33:32 +03:00

README.md

tildetel stuff

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

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