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.41k stars 164 forks source link

Issue while looping through await operation #206

Open saikethan27 opened 1 month ago

saikethan27 commented 1 month ago

code

while True: tweets=await tweets.next()

Error:

raise RuntimeError('Event loop is closed')

RuntimeError: Event loop is closed

deep0072 commented 1 month ago

yeah getting same issue

sumitkr183 commented 1 month ago

I am also facing same issue