Akilan
Akilan
@koenrh Hi, any updates?
I successfully coded and used this feature. But my hack uses user-id of parent tweet to guess which tweet is a thread and I'm not sure how to get this...
I'm yet to make a PR. Will do in a couple of days max.
Hello all, Sorry for a long delay. Got married, moved countries amid COVID19 etc. Anyway back now and I discovered that Twitter changed their format a bit. Gah. Anyway I...
First PR: #91
Creating another PR adds my first commit too. Guess I have to wait for first PR to be approved (The change depends on previous one too). Here is the commit...
@koenrh Can you look at the PR?
@heinrich-ulbricht is sort of right. If the account is protected, twitter doesn't allow us to delete. If the account is suspended also I think same happens. I followed some of...
OK, I'm happy(sad?) to report that @heinrich-ulbricht is fully right. This error message is thrown by the script when account is suspended: `Exception: [{u'message': u'Sorry, that page does not exist.',...
If it is from protected account you can tell from API response: `[{u'message': u'Sorry, you are not authorized to see this status.', u'code': 179}] ` But you cannot distinguish deleted...