I am actually using TWINT to sort out some data on twitter and I am facing a problem.
Indeed, here is first the repo of TWINT : https://github.com/twintproject/twint
So the thing is for exemple for this two users : https://twitter.com/hansvonrueden : Business category = Entrepreneur enter image description here https://twitter.com/productbees : Business category = Professional services enter image description here
Here is the results I am getting : "'business_profile_state': 'none',
Here in this case it should be displaying "true" or "yes" idk but the problem is that it's displaying "none"enter image description here
If the user doeesn't have a professional category asigned, it's displaying "none" so in that case it is correct. But if the user assigned a professional category such as "Entrepreneur" "Profeessional service" , it's still returning "none", which is a pain in the *ss
If someone has an idea to fix this issue, I'd take it !
As I said, I was expecting it to return "true" or "yes" atleast. Actually it's returning "none" even if the user assigned a professional category to his account...