Christian Koepp

Results 8 comments of Christian Koepp

I edited your code to remove your credentials. Remember to renew them immediately as they are likely to be stored in the Google Cache! According your problem: I'll look into...

I'm looking into the issue as soon as I have a bit of spare time :) Looks like a bug in TwitterSearch. Thanks again for bringing this up here!

I'll look into this once I have a bit of spare time. Thanks for bringing this up again!

Sure, but unfortunately I don't have much time right now. There are several new features in the development branch just waiting for the corresponding test cases :) This issue however...

Yep, good point. The quick workaround would be to stop the authentification in init by using verify=false. If you would like to patch this issue you are very welcome to...

Definitely an encoding error. I guess you are using Python2k, right? The easiest way would be to use Python3k. Every string in python 3 is unicode by default. So this...

Thanks for opening this issue. As far as I see it, TwitterSearch works as intended here. The count argument does not limit the number of tweets you'll see in your...

There is already a statistical feature available. Just use the [getStatistics()](https://twittersearch.readthedocs.io/en/v0.78.2/TwitterSearch.html) method of the _TwitterSearch_ class. All you need to do is a simple check against the amount of queries....