X(Twitter) Scraping using Python
I want to extract information of a paritcular tweet like the content, images, and other media etc.
For eg: “https://twitter.com/username/status/123xxxxxxx”
I want to extract information stored in tweet with id: “123xxxxxxx”.
X(Twitter) Scraping using Python
I want to extract information of a paritcular tweet like the content, images, and other media etc.
For eg: “https://twitter.com/username/status/123xxxxxxx”
I want to extract information stored in tweet with id: “123xxxxxxx”.
NLP Sentiment Analysis net is not working
I want to train a neural net for sentiment analysis for my final project, but it is not working.
My sentiment analysis is giving wrong predictions
I have a dataframe that contains two columns: tweets and labels(offensive language, hate speech, no hate and offensive).