twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.86k stars 2.73k forks source link

[REQUEST] twint.get:User:'NoneType' object is not subscriptable #786

Open Laura2797 opened 4 years ago

Laura2797 commented 4 years ago

I've checked the following:

Description of Issue

As commented in the Issue #777 the same problem still there, so I reopen the issue. The error: "twint.get:User:'NoneType' object is not subscriptable" appears again, but yesterday was working for me. I also update the Twint with: pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint

Environment Details

Linux Anaconda Terminal

jis0324 commented 4 years ago

with current twint version, I got same error. Can I fix that?

kongzii commented 3 years ago

I still get this error, is there any progress on this, please?

RMoore35 commented 3 years ago

+1 to most recent comment. Same error

SabeBarker commented 3 years ago

+1 Here too

creativecomics commented 3 years ago

+1 Here too

Any luck with this @SabeBarker ?

jfrancoisponcet16 commented 3 years ago

Hi all, Yes a lot of things have changed, and this version no longer works. You can't use twint with pip install. Download the repo and use it like you would call other directories. Make sure you download all the different -requirments before. If you are not using twint in the python packages make sure all the paths are changed accordingly. Best, Jean FP

creativecomics commented 3 years ago

Hi all, Yes a lot of things have changed, and this version no longer works. You can't use twint with pip install. Download the repo and use it like you would call other directories. Make sure you download all the different -requirments before. If you are not using twint in the python packages make sure all the paths are changed accordingly. Best, Jean FP

@jfrancoisponcet16 Using the Git repo instead of the i assume now deprecated version you can access in the package manager with "pip install twint" is the way to go! It worked for me, thanks for your help!

@SabeBarker check this out

ibex-are-goats commented 3 years ago

Hi all, Yes a lot of things have changed, and this version no longer works. You can't use twint with pip install. Download the repo and use it like you would call other directories. Make sure you download all the different -requirments before. If you are not using twint in the python packages make sure all the paths are changed accordingly. Best, Jean FP

Can we help you get it updated in pypi?