You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: