d60 / twikit

Twitter API Scraper | Without an API key | Twitter Internal API | Free | Twitter scraper | Twitter Bot
https://twikit.readthedocs.io/en/latest/twikit.html
MIT License
1.52k stars 179 forks source link

Issue while looping through await operation #206

Open saikethan27 opened 2 months ago

saikethan27 commented 2 months ago

code

while True: tweets=await tweets.next()

Error:

raise RuntimeError('Event loop is closed')

RuntimeError: Event loop is closed

deep0072 commented 2 months ago

yeah getting same issue

sumitkr183 commented 2 months ago

I am also facing same issue