bocchilorenzo / ntscraper

Scrape from Twitter using Nitter instances
MIT License
180 stars 29 forks source link

ImportError: cannot import name 'Nitter' from partially initialized module 'ntscraper' (most likely due to a circular import) #64

Closed alimehboob955 closed 7 months ago

alimehboob955 commented 9 months ago

ImportError: cannot import name 'Nitter' from partially initialized module 'ntscraper' (most likely due to a circular import)

Nirator78 commented 8 months ago

Hello,

What's the name of you python file ?

bocchilorenzo commented 7 months ago

Hi, sorry for the late reply. This probably happens because your file where you are using ntscraper is also named nitter.py, so it tries to import itself.