#1408·twint

AttributeError: module 'twint' has no attribute 'Config'

Author: MvvvxieCreated Apr 29, 2022Updated May 27, 2022

Issue Template

I have just finished my Final Year Project, an Online Abuse Detector featuring Twint and Tensorflow.js, but upon downloading the code and reinstalling twint it all fell apart again. I remember fixing this issue whilst developing my prototype for my dissertation, but I completely forgot how to do so

Command Ran

import twint c = twint.Config()

c.Search = "great"

twint.run.Search(c)

Description of Issue

Traceback (most recent call last): File "C:\Users\maxsh\Desktop\ATAT\main.py", line 5, in twint.Config().Search = "great" AttributeError: module 'twint' has no attribute 'Config'

Process finished with exit code 1