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.68k stars 2.71k forks source link

error twint requires python version 3.6+ #1346

Open jusoooo opened 2 years ago

jusoooo commented 2 years ago

python version error

Initial Check

If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'twint' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please only submit issues related to 'twint'. Thanks.

Make sure you've checked the following:

Command Ran

twint -s pineapple

Description of Issue

my python version is 3.10.2 but when i run command to test it,my terminal shows twint requires python version 3.6+.

Environment Details

Using Mac OS, Running in Terminal?

zhaochunqi commented 2 years ago

Same here on windows11.

haidar47x commented 2 years ago

Quick fix (for now):

Head over to $HOME/.local/lib/python3.10/site-packages/twint and edit the cli.py file by commenting out the following lines:

image

Lyton505 commented 2 years ago

That works for now. Thanks @heyzsh

Dexz0 commented 1 year ago

didnt fix for me