Open AleksandrovichK opened 3 years ago
Getting the same error.
Platform: windows 10 pro Python: 3.79 using pip installed version after downloading github version
definitely a garbage module. Not working at all.
What kind of savage speech is this @ThePlugJumbo ? This is how dependent softwares work. If something changed on one of dependencies the software will be affected of this. You can create a PR to fix this problem, also its how open source works. I'm not one of your employees, so I don't have to do it for you.
PS: I'll work on this issue, but I didnt scheduled yet. As I said on previous issues, Twitter changed something and twitter-scraper not working for now.
Oh that's a pity to hear 😔 Anyway, thanks for quick response @bisguzar
If it won't be difficult for you I would highly appreciate if you pinged this issue when you done with fixes :)
Thanks again. It's a great job anyway, don't listen to anyone who says it's a garbage.
I'm working hard on my job nowadays, so I'm staying away from computer in my freetimes instead of developing open source. If I can create a space in my calendar I'll search the issue. Ofcourse I can ping the issue. Thanks for your interest.
Is there any alternative to this?
I was able to use Twint(https://github.com/twintproject/twint), but you have to install using
pip install git+https://github.com/twintproject/twint.git#egg=twint
Hey guys! Is this thing still working? I'm asking cuz I was unable to reproduce any example of yours:
from twitter_scraper import Profile profile = Profile('elonmusk')
Returns
UnboundLocalError: local variable 'html' referenced before assignment
And
from twitter_scraper import get_trends get_trends()
Returns
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Both of them seem like some inner bugs so I'm wondering maybe I do something wrong?
My platform: MacOS Big Sur A version of lib: 0.4.4 Tried to install from pip / Github: none works
I'm getting the same error. :(
Hey guys! Is this thing still working? I'm asking cuz I was unable to reproduce any example of yours:
Returns
UnboundLocalError: local variable 'html' referenced before assignment
And
Returns
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Both of them seem like some inner bugs so I'm wondering maybe I do something wrong?
My platform: MacOS Big Sur A version of lib: 0.4.4 Tried to install from pip / Github: none works