yihong0618 / 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
324 stars 82 forks source link

feat: Support http_proxy env vars. #2

Closed hongqn closed 1 year ago

hongqn commented 1 year ago

It supports HTTP_PROXY, HTTPS_PROXY, WS_PROXY or WSS_PROXY environment variables (all are case insensitive). (ref)

yihong0618 commented 1 year ago

Thank you very much new version release in PyPI

pip install -U twint_fork