theycallmeloki / askfm-python

A python requests + lxml based client side library for Ask.fm
5 stars 3 forks source link

A couple of fixes #2

Closed sean-duffy closed 9 years ago

sean-duffy commented 9 years ago

I just fixed a couple of bugs I was encountering to do with string encoding and also removed the unneeded imports from your pull_user.py example.

It would be great if this library had unicode support, especially given the amount of emojis and other non-ascii characters used on ask.fm, but I recognise that this is quite a big task, so for now gracefully ignoring unicode is a good goal.