Questions tagged [twint]

A scraping library for Twitter that doesn't use the Twitter API.

62 questions
-1
votes
1 answer

pip3 install not working invald syntax? (windows)

I've tried using the pip3 install function multiple times on Python 3.9 but it never worked. I first tried it with JupyterNotebook and ended up using Anaconda to install Jupyter. I am currently trying to install Twint and InstagramOSINT but every…
alan503
  • 3
  • 2
-1
votes
2 answers

Problem Importing Python Twint Module to Jupyter Notebook - ModuleNotFoundError: No module named 'twint'

When I try to import the twint package (https://pypi.org/project/twint/) to Jupyter Notebook, I get an error message. import twint ModuleNotFoundError Traceback (most recent call last) in…
Jimmy
  • 69
  • 1
  • 10
1 2 3 4
5