Terrance/SkPy

Easy way to parse quote

mihalt opened this issue · 1 comments

Hi! Say me, please, are any easy ways in your lib to parse quotes from SkypeTextMsg to get tags data?

There is not -- SkPy will generate limited markup for some message types, but not parse it.

Skype messages are generally in HTML format, so you can use a parser like BeautifulSoup (which you should already have installed as a dependency of SkPy) to work with them.