minimaxir / download-tweets-ai-text-gen

Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation.
MIT License
219 stars 41 forks source link

ModuleNotFoundError: No module named 'twint' #32

Closed maxwell902 closed 3 years ago

maxwell902 commented 3 years ago

I've no idea how this happened, I installed twint 2.1.4, any help?

choldener commented 3 years ago

You have to run the file with a python interpreter, you can't just run it in cmd. I suggest looking at https://realpython.com/run-python-scripts/. It should help to clear up any confusion and allow you to run your scripts.