I am now pretty shure that it is Twitter blocking the requests. After an hour, I can check around 50 names. Then suddenly, the script always fails. After waiting for some period, the sctript works again.
It would be so much easier, if the code could provide a useful error message, like "Request ...
Die Suche ergab 3 Treffer
- Freitag 11. November 2016, 16:45
- Forum: Allgemeine Fragen
- Thema: twitter username checker - no json object could be found
- Antworten: 9
- Zugriffe: 1758
- Freitag 11. November 2016, 16:10
- Forum: Allgemeine Fragen
- Thema: twitter username checker - no json object could be found
- Antworten: 9
- Zugriffe: 1758
Re: twitter username checker - no json object could be found
thanks for your replies!
"workerpool" is the module for multi threading I think:
https://pypi.python.org/pypi/workerpool
The complete code of the name checker was released here:
https://bitbucket.org/matrixik/twitter-usernames-mass-checker
As I am new to Python and did not code this script myself ...
"workerpool" is the module for multi threading I think:
https://pypi.python.org/pypi/workerpool
The complete code of the name checker was released here:
https://bitbucket.org/matrixik/twitter-usernames-mass-checker
As I am new to Python and did not code this script myself ...
- Freitag 11. November 2016, 10:39
- Forum: Allgemeine Fragen
- Thema: twitter username checker - no json object could be found
- Antworten: 9
- Zugriffe: 1758
twitter username checker - no json object could be found
Hi there,
I am new to Python and trying to use a twitter name checker coded by matrixik.
It is working quite well, but after 5-10 iterations checking about 25 names at once, an exception happens:
Exception in thread Thread-18:
Traceback (most recent call last):
File "C:\Python27\lib\threading ...
I am new to Python and trying to use a twitter name checker coded by matrixik.
It is working quite well, but after 5-10 iterations checking about 25 names at once, an exception happens:
Exception in thread Thread-18:
Traceback (most recent call last):
File "C:\Python27\lib\threading ...
