Poryaei / TapSwap-Clicker

A Python bot and automated clicker for accumulating TapSwap on Telegram.
https://t.me/tapswap_bot
MIT License
72 stars 27 forks source link

ImportError: cannot import name 'appengine' from 'urllib3.contrib' #47

Closed deadnesshc closed 2 weeks ago

deadnesshc commented 2 weeks ago

Annotation 2024-06-14 184839

deadnesshc commented 2 weeks ago

fix it with :

pip3 install --upgrade requests-toolbelt urllib3 cloudscraper

pip3 uninstall urllib3 pip3 uninstall requests-toolbelt pip3 install urllib3 pip3 install requests-toolbelt