TwitterFollowBot
TwitterFollowBot copied to clipboard
Having problem using a Non-ASCII character in the phrase
I was trying to search for the users tweeting some specific Japanese characters but seems like the phrase can allow only the ASCII characters.
how can I make it to allowing the non-ASCII characters?
Try this a the top of your .py file:
#!/usr/bin/python
# -*- coding: latin-1 -*-