Тёмный

Twitter (AKA X) Sentiment Analysis Using Python 

Computer Science (compsci112358)
Подписаться 115 тыс.
Просмотров 269 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 454   
@TheLifeofJJYT
@TheLifeofJJYT 2 года назад
I think you forgot to add that you actually need a twitter developer account with elevated access or else extracting tweets wont be possible Great Video
@Adam-hz3cy
@Adam-hz3cy 2 года назад
Yes, he forgot to mention about the most important thing..
@lucasvbf
@lucasvbf 2 года назад
I'm struggling with this topic... the 'essential' level can't do tweets search?
@jafarhosseinzadeh344
@jafarhosseinzadeh344 4 года назад
The best Sentiment analysis tutorial. Everything that I have seen either too simple or does not work. Even people who has written books do not explain as well as this tutorial.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thank you very much!
@Thato_xy
@Thato_xy 3 года назад
What an amazing tutorial. You are a great teacher. I usually (to my own detriment) speed up the videos but yours was engaging from the get go. I will be coming back to this video when I work on my own sentiment analysis project. Subscribed!
@MrBekimpilo
@MrBekimpilo 3 года назад
I concur Thato
@marcoaureliofernandezreyes1413
@marcoaureliofernandezreyes1413 2 года назад
Same here. Subscribed.
@kodcx9654
@kodcx9654 4 года назад
Big respect. You do a good job at getting straight to it, while also making projects that spark interest for other uses. Really dope!
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thank you very much Kod !
@kanizfatma1128
@kanizfatma1128 4 года назад
How do I get login.csv
@RyanParnow
@RyanParnow 3 года назад
@@kanizfatma1128 I was able to get it to work with a 1 column file. The word "key" on the first line with a comma and then each of the api keys on its own line followed by a comma.
@rahulkumarraman2718
@rahulkumarraman2718 3 года назад
@@ComputerSciencecompsci112358 where is login.csv file
@nunnasaicharan3138
@nunnasaicharan3138 2 года назад
@@rahulkumarraman2718 did you get the file?
@geocao
@geocao 4 года назад
@41:06 that's because sortedDF['Polarity'][i] is still calling df's indexes not the iloc. add a reset_index should correct it. Great video btw, learnt a lot. sortedDF = df.sort_values(by=['Polarity']) sortedDF = sortedDF.reset_index(drop=True)
@buricolab6418
@buricolab6418 4 года назад
Mate! Very well done! I had a chartered course and did almost the same two years ago, If you had it back then, you would be my life saver! :-) You solved it really, really cool and thank you very much for this video! Cheers!
@xDannyDh
@xDannyDh 3 года назад
An amazing contribution, very straightforward. I'll just say thank you in my native language: Muchas gracias colega, me encanto tu forma de explicar, todo muy organizado, simple y chevere.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Muchas gracias !
@Valueableme
@Valueableme 2 года назад
@@ComputerSciencecompsci112358 please provide the link of dataset which is used!
@rohan1427
@rohan1427 4 года назад
First dude i've seen who doesn't know Roger Federer haha. Anyways, awesome tutorial. Fire.
@pesvids6673
@pesvids6673 3 года назад
Because he's American! Lol
@parth1211
@parth1211 Год назад
u are the first utuber who is asking money to get the datasets lol
@sparrowhawk_
@sparrowhawk_ 3 года назад
Hi, great tutorial. Could you clarify how to put the login information for the Twitter App into a CSV file? The link you have in the description is dead.
@Skin_Care_with_Aarohi
@Skin_Care_with_Aarohi 2 года назад
Please reply
@ShazyJeo
@ShazyJeo 2 года назад
Yes I need the login information for the Twitter App into a CSV file also ?
@donaldpikanegore5396
@donaldpikanegore5396 2 года назад
did you find out?
@storiesbyasim
@storiesbyasim 2 года назад
open excel -> column name (keys or whatever) and the column value(the key itself) -> save as csv in the same directory
@mikelang4853
@mikelang4853 2 года назад
Another way, can have a config.py with the constants and “import config” in your main .py Then just use the credentials
@cheapfancyhomerenovations9485
@cheapfancyhomerenovations9485 4 года назад
Loved the video but as you can see from the comments you should explain the format for the login.csv file
@qili2632
@qili2632 4 года назад
consumerKey = 'xxxxxxxxxxxxx' consumerSecret = 'xxxxxxxxxxxxxxxxxxxxx' accessToken = 'xxxxxxxxxxxxxxxxx' accessTokenSecret = 'xxxxxxxxxxxxxxxxxxxxxxxx' You can use the format above to substitute the login.csv. (Sorry that I can't share my API)
@quamar0313
@quamar0313 4 года назад
please upload more videos on NLP full project in which all steps included like tokenization, removal of stop words, stemming/lemmatization, POs Tags, named entity Recognition, chunking, and all
@vijays7161
@vijays7161 2 года назад
Thanks bro. Without your video I would not have completed my master's degree
@babaralikhan9877
@babaralikhan9877 2 года назад
want to say thank you for uploading this mind-blowing lecture.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 2 года назад
Thank you Babar for the kind words! 🙏
@srinathyasoda5545
@srinathyasoda5545 4 года назад
Polarity of all comments of this video will always be >0...... Great content and great master...Thanks
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Haha thanks!
@catdog7497
@catdog7497 3 года назад
I found a way around the issue i had with the login csv and just skipped that part and it still works, but anyway, GREAT STUFF. This is sososososososososoosos helpful!
@kariukileon
@kariukileon 2 года назад
How'd you do it???
@AIdevel
@AIdevel Год назад
It was not long videos you summarized it in an excellent manner thanks
@kenosabi
@kenosabi 3 года назад
Solid video. The instruction you give is top notch. Unrelated: I encourage you to dig deeper on the gates foundation and their rather mixed results.
@Stopinvadingmyhardware
@Stopinvadingmyhardware Год назад
Not allowed to. We have rules too.
@kavya.r8385
@kavya.r8385 3 года назад
Thanks a lot for this video. I could do my semester project within few hours
@subhamsekharpradhan297
@subhamsekharpradhan297 3 года назад
It's an awesome video. Completely understandable and errorless working code . Please make more videos like this.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Thanks Subham !
@Dr_Nilesh_Patel
@Dr_Nilesh_Patel 3 года назад
Very informative and commendable efforts. Can you please a video on developing Twitter Sentiment Analysis Model using Deep Learning algorithm in python?
@TreeLuvBurdpu
@TreeLuvBurdpu 3 года назад
Very interesting when he analyzes the word cloud, considering this was on February 3rd, 2020. "Work, new, world, health, foundation... I think these are all positive words... not sure about disease..."
@ubaydullo_a757
@ubaydullo_a757 3 года назад
Thank you bro, outstanding job, I learned a lot and used many of your ideas in my project, thanks :)
@modar7733
@modar7733 4 года назад
Excellent video. You are thorough in explaining eveything. Looking forward to your next video
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thanks Mo Dar !
@chiomaamuwa147
@chiomaamuwa147 2 года назад
I really have to say thank you very much and well done because this was very well taught and in-depth👏
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 2 года назад
Thanks Chioma for your kind words ! I truly appreciate it.
@ArbindYadav-oc3zg
@ArbindYadav-oc3zg 4 года назад
Thank you for the neat and clean explanation and representation
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thank you !
@chinmaygaikwad2961
@chinmaygaikwad2961 3 года назад
Hello! Can we know the format or how you have written the Key's in CSV file.
@arl2001
@arl2001 3 года назад
please.....! for me too....
@adnanahmad1204
@adnanahmad1204 3 года назад
Anyone?
@chinmaygaikwad2961
@chinmaygaikwad2961 3 года назад
Got the solution! Which is as follow: #twitter_api_credentials consumerKey = "your_consumerkey" Consumer Secret= "your_consumer Secret" Do this for access token& access token secret Explaination= Don't go for the keys to be accessed by file follow the above steps instead by writing your keys to the variable itself as values it will work.
@RyanParnow
@RyanParnow 3 года назад
I was able to get it to work with a 1 column file. The word "key" on the first line with a comma and then each of the api keys on its own line followed by a comma.
@RyanParnow
@RyanParnow 3 года назад
@@arl2001 I was able to get it to work with a 1 column file. The word "key" on the first line with a comma and then each of the api keys on its own line followed by a comma.
@anbyco4377
@anbyco4377 3 года назад
Loved the way you code !!! High Esteem !!!
@sharans4383
@sharans4383 3 года назад
Amazingly Taught. Liked the tutorial. Keep it going!!
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Thank you!
@yusufulasdag2053
@yusufulasdag2053 3 года назад
Great Work !!!! the result of my comment = Sentiment(polarity=0.8, subjectivity=0.75)
@misaelmelchia
@misaelmelchia 4 года назад
Thanks you for this tutorial, but I've a question, when I try to analyse a Twitter Account witch use Spanish as their primary language, doesn't appear anything of the getAnalysis(), ¿What I need to do to solve this problem?, Thanks.
@teprasyura
@teprasyura 3 года назад
Hola, pudiste obtener alguna solución... estoy buscando lo mismo
@MrTaken-tl4bw
@MrTaken-tl4bw 3 года назад
Nice video! Just have a question at 36:00 - when we were creating the dfSortedValues, I believe we should use "ascending = False" so the most positive tweets are at the top. Because by deafault ascending is set to True and since Polarity has negative values, the top values will be the most negative. Also, I don't know if it was me the one who fucked it up, but the way we tried to print tweets based on the highest polarity didn't work as intended for me.. (again I can be dyslexic) I did the following: j = 1 sortedDF = df.sort_values(by=['Polarity'], ascending=False) for x in sortedDF.index: if(sortedDF['Analysis'][x] == "Positive"): print(f"{j}) {sortedDF['Tweets'][x]} | {sortedDF['Polarity'][x]}") print() j = j + 1
@arl2001
@arl2001 3 года назад
Hi , incredible video, very interesting. I only have some issues with the structure of login.csv file. Could explain better the internal structure thanks.!
@donaldpikanegore5396
@donaldpikanegore5396 2 года назад
same here
@ricardowestside
@ricardowestside 3 года назад
Hi, good tutorial but I have a problem. How do I put the api keys in the csv file? I already have my own keys but how do I use them? in the tutorial I think that is the only thing I did not understand (I am beginner in this) I hope you can help me please :) Thanks and regards.
@RyanParnow
@RyanParnow 3 года назад
I was able to get it to work with a 1 column file. The word "key" on the first line with a comma and then each of the api keys on its own line followed by a comma.
@devanshsrivastava7439
@devanshsrivastava7439 3 года назад
ow to get the api keys?
@RyanParnow
@RyanParnow 3 года назад
@@devanshsrivastava7439 you can apply for API keys by getting a twitter developer account. developer.twitter.com/en/apply-for-access
@ricardowestside
@ricardowestside 3 года назад
@@RyanParnow Thanks I will try it
@catdog7497
@catdog7497 3 года назад
suuuuuuubscribed. thank you for your work. definitely gunna be watching lots of your other tutorials.
@brightfuture8
@brightfuture8 Год назад
Thank you very much for such very brilliant analysis and imperative lecture
@despygurl
@despygurl 3 года назад
This is an amazing tutorial. Thank you so much, you're such a gem
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Thank you !
@tanvikurademusic4568
@tanvikurademusic4568 3 года назад
@@ComputerSciencecompsci112358 hey can you please provide that csv? Or mail me? I tried creating Twitter developer account but then there's some error in keys.
@amandaobi2296
@amandaobi2296 3 года назад
Your video is awesome!!!!!!!!!!!! so easy to understand!!!!
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Thanks Amanda !
@jayprakash79
@jayprakash79 2 года назад
Also, if I have my own data file downloaded from Twitter using API, what do I need to do ?
@Abstractor21
@Abstractor21 3 года назад
I've just learned the basics of python. What should i learn next in order to do this?
@gbounmishaw9507
@gbounmishaw9507 3 года назад
This video was very insightful. Thank you
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Thanks, I'm glad you enjoyed it !
@pardonmagaba1189
@pardonmagaba1189 3 года назад
Amazing! You make it look so easy. Highly recommend.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Thanks!
@mukeshnarmetta4021
@mukeshnarmetta4021 4 года назад
Thank you for the video tutorial. It is very helpful for beginners.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
That's great ! Thank you for this comment!
@prateikdixit6985
@prateikdixit6985 2 года назад
Nothing but a big Thanks! Learned a lot!
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 2 года назад
Thanks Prateik for the comment ! I'm glad you learned something from this video !
@frankking5326
@frankking5326 Год назад
You are an amazing teacher and great! Thanks
@dilaraesmer
@dilaraesmer Год назад
I couldn't be happier:) thank you so much. ☺
@claudiusandika5366
@claudiusandika5366 4 года назад
thanks for the insights dud, i learn a lot from this video.. god bless u always
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thanks for watching!
@shantanuraj7086
@shantanuraj7086 3 года назад
Amazing work and great experience. Kudos and thanks.
@practicad8956
@practicad8956 3 года назад
This was awesome, and detailed! I appreciate your vids!
@tarita.tarita
@tarita.tarita 2 года назад
amaziiiiing!!! very clear and helpful!!! thank you very much xx
@abhiramj1934
@abhiramj1934 4 года назад
While cleaning, you could have just used re.split('W'+,text) to remove all the characters right
@andresferro3532
@andresferro3532 4 года назад
Amazing tutorial, thanks a lot for take the time and prepared it
@anmol4390
@anmol4390 4 года назад
Very helpful tutorial. Thanks for making the video.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thank you!
@robsonglima
@robsonglima 2 года назад
It's amazing, Very well done. Thanks
@umacalopsitaeumviolao
@umacalopsitaeumviolao 3 года назад
Again, Incredible video. One question though, how to analyse the other users sentiment?
@marcoaureliofernandezreyes1413
@marcoaureliofernandezreyes1413 2 года назад
A really good tutorial. Thank you so much.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 2 года назад
Thank you!
@dumimanganye8023
@dumimanganye8023 4 года назад
Great tutorial, easy to follow. How would I do sentiments for a hashtag instead of user tweets?
@bedeamadi9317
@bedeamadi9317 4 года назад
You can use python twitterscraper module found pypi.org/project/twitterscraper/0.2.7/
@babalolamayowamercy186
@babalolamayowamercy186 2 года назад
Hello, were you able to get it
@jezajahzielbagtilay8828
@jezajahzielbagtilay8828 3 года назад
Hello, may I know the format of the login.csv? Thanks for the reply.
@jezajahzielbagtilay8828
@jezajahzielbagtilay8828 3 года назад
I mean, may i know what's inside or where did you get that login.csv?
@kobooa
@kobooa 3 года назад
You don’t have to create such file im order to log in to twitter API. Normally you should paste the data as string (just paste them as a parameter of a function inside a quotation marks).
@devanshsrivastava7439
@devanshsrivastava7439 3 года назад
@@kobooa could you please share the file.i am unable to understand
@lalitsharma6555
@lalitsharma6555 3 года назад
@@devanshsrivastava7439 do you got the file format ? if yes plz share with me also i m also stuck at that point
@himanshugadia6262
@himanshugadia6262 3 года назад
for those who are having an issue regarding the csv file get all the four keys from twitter make an excel table with column name as key and place each key in order as per your convinience save the file in .csv format
@himanshugadia6262
@himanshugadia6262 3 года назад
@Virginia Ngoru check if the key order is in the same as in the order you are trying to access them.
@nycstev428
@nycstev428 2 года назад
ur an angel from god
@himanshugadia6262
@himanshugadia6262 2 года назад
Thanks Steve. Happy to help.
@LaSacraMovies
@LaSacraMovies 3 года назад
Great video! Can I ask you how can I perform a Sentiment Analysis on a certain topic for a specific account? For instance, I want to know how positive Bill Gates is about vaccination. Thank you in advance!
@SonuJha-wv1mv
@SonuJha-wv1mv 2 года назад
can you please explain the internal structure of login.csv file. like API Key, API Key secret, etc
@pranalikadam587
@pranalikadam587 3 года назад
Can you tell us which dataset you have used??
@omarsalaam6101
@omarsalaam6101 3 года назад
Are the results accurate as you have not fed any training data into the algorithm ?
@hemalshah1410
@hemalshah1410 2 года назад
hi , the code line : tweets = twitterApi.user_timeline(screen_name="BillGates", count=50 , lang="en", tweet_mode="extended") is giving me TweepError - 453 (says i need Elevated Access). Any suggestions fort this ? I tried checking in Twitter Developer account . Could not find way to access this.
@Adam-hz3cy
@Adam-hz3cy 2 года назад
You actually need a twitter developer account with elevated access or else extracting tweets wont be possible.
@MrHucker09
@MrHucker09 4 года назад
Great work. Subscribed 👍
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thanks !
@mohamedn8215
@mohamedn8215 3 года назад
@@ComputerSciencecompsci112358 can you share the files plz.
@Drojnosnared
@Drojnosnared 2 года назад
30:45 the tweet "Game on!" is negative because of the exclamation mark ?
@arnavranjan5606
@arnavranjan5606 2 года назад
say I delete all the duplicate colums and then I want to plot them, it gives an error. what code do I have to type to make it work. eg my data after deleting goes like 1,3,5,10,25, etc (this is the serial number) and if I want to make it 1,2,3,4,5 what do I need to type
@KPK_7
@KPK_7 3 года назад
please how did you save the credentials of the developer's account in the csv file
@karthikbankapur3520
@karthikbankapur3520 3 года назад
Thanks for this! It was really helpful
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Thanks, I'm glad it was useful!
@karthikbankapur3520
@karthikbankapur3520 3 года назад
@@ComputerSciencecompsci112358 would you please make a video on how can I scrape tweets for a particular keyword?like for example I want to collect all the tweets that talk about a particular company , would be really helpful
@himanshurathod1178
@himanshurathod1178 Год назад
what machine learning model did you used in this project ??
@kellyokios8659
@kellyokios8659 4 года назад
Anyone struggling with the csv file. Just input your data in directly into Colab rather than loading the csv
@ashu60071
@ashu60071 4 года назад
Hi It was great to learn from you. Here I tried the same code in user friendly way, to find tweets by using hashtags or keywords. My problem is that the tweets are not coming in my dataframe when creating it. please help. #Import the libraries import tweepy from textblob import TextBlob import pandas as pd import re import matplotlib.pyplot as plt plt.style.use('fivethirtyeight') # Twitter Api Credentials Consumer_Key = "xxxxxxxxxxxxxxxxxxx" Consumer_Secret_Key = "xxxxxxxxxxxxxxxxxxx" Access_Token = "xxxxxxxxxxxxxxxxx" Access_Token_Secret = "xxxxxxxxxxxxxxxx" #Authenticating Keys auth = tweepy.OAuthHandler(Consumer_Key,Consumer_Secret_Key) auth.set_access_token(Access_Token,Access_Token_Secret) api = tweepy.API(auth) # Taking Inputs # Searching For tweets and removing retweets and username and restricting to english language searchTerm = input("Enter Keyword/Hashtag to search about: ") noofsearchTerms = int(input("Enter how many tweets to analyze: ")) tweets = tweepy.Cursor(api.search, q=searchTerm, lang ="en", tweet_mode='extended').items(noofsearchTerms) # Giving serial numbers to tweets i=1 for tweet in tweets: print(str(i) + ")" + tweet.full_text + ' ' ) i=i+1 # Create a dataframe with a column called Tweets df = pd.DataFrame(data =[tweet.full_text for tweet in tweets], columns = ["Posts"]) #Show the first 10 rows of data df.head()
@ashu60071
@ashu60071 4 года назад
Hi It was great to learn from you. Here I tried the same code in user friendly way, to find tweets by using hashtags or keywords. My problem is that the tweets are not coming in my dataframe when creating it. please help. #Import the libraries import tweepy from textblob import TextBlob import pandas as pd import re import matplotlib.pyplot as plt plt.style.use('fivethirtyeight') # Twitter Api Credentials Consumer_Key = "xxxxxxxxxxxxxxxxxxx" Consumer_Secret_Key = "xxxxxxxxxxxxxxxxxxx" Access_Token = "xxxxxxxxxxxxxxxxx" Access_Token_Secret = "xxxxxxxxxxxxxxxx" #Authenticating Keys auth = tweepy.OAuthHandler(Consumer_Key,Consumer_Secret_Key) auth.set_access_token(Access_Token,Access_Token_Secret) api = tweepy.API(auth) # Taking Inputs # Searching For tweets and removing retweets and username and restricting to english language searchTerm = input("Enter Keyword/Hashtag to search about: ") noofsearchTerms = int(input("Enter how many tweets to analyze: ")) tweets = tweepy.Cursor(api.search, q=searchTerm, lang ="en", tweet_mode='extended').items(noofsearchTerms) # Giving serial numbers to tweets i=1 for tweet in tweets: print(str(i) + ")" + tweet.full_text + ' ' ) i=i+1 # Create a dataframe with a column called Tweets df = pd.DataFrame(data =[tweet.full_text for tweet in tweets], columns = ["Posts"]) #Show the first 10 rows of data df.head()
@chiomaamuwa147
@chiomaamuwa147 Год назад
Please how do we remove @ mentions that have underscores in them. I’ve not been able to do that, I’d appreciate your reply. Thank you
@yogeshhokage
@yogeshhokage 4 года назад
Nice explanation . Can you upload video on sentiment analysis of any IMDB Movie review or any product review from Amazon . Thanks a ton
@ShazyJeo
@ShazyJeo 2 года назад
Hi I need the login information for the Twitter App into a CSV file also ? If you could provide the csv file it would greatly help ?
@dmm7733
@dmm7733 3 года назад
This was great!! Thank you!
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 года назад
Thank you Druanna ! 😊
@divyabharti3204
@divyabharti3204 4 года назад
Great Video. If I am using pycharm them my wordcloud is not showing.Do we have to use Colab only?
@sudzbyte2215
@sudzbyte2215 4 года назад
I love this tutorial. So good!
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thanks, I'm glad you enjoyed it!
@betaways
@betaways 2 года назад
Lot of Thanks. Really helped.
@chesswithmoiz
@chesswithmoiz 2 года назад
explained great....still have 1 problem...if a person is tweeting in more than one language, how can i collect tweets only in english? posts = api.user_timeline(screen_name = "ImranKhanPTI", count = 100, lang="en-GB", tweet_mode = 'extended') print("show 5 tweets: ") i = 1 for tweet in posts[0:10]: print(str(i) + ') ' + tweet.full_text + ' ') i = i+1 I am getting urdu and english tweets both from this code.
@TheKRID54
@TheKRID54 2 года назад
I have the same problem. Did you fix yours?
@AbhinayaAmudalapalli-wy7ju
@AbhinayaAmudalapalli-wy7ju Год назад
From where did you get the dataset please share the link
@MahaKhanMK
@MahaKhanMK 4 года назад
Great Video man! Learned alot!
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Thank you I'm glad it was helpful!
@khushbugupta6970
@khushbugupta6970 3 года назад
how do I extract all the tweets that has a particular hash tags like #vaccines from all the tweets in the world or a particular region?
@sandhyaramoliya2138
@sandhyaramoliya2138 3 года назад
It is a really helpful video. Thank you!!
@cloudtumi9304
@cloudtumi9304 3 года назад
You are a lifesaver Thank you so much for this tutorial, I need a little assistance with the initial load data aspect, please which data am I to load, I submitted an application for the Twitter developer account.
@galymzhankenesbekov2924
@galymzhankenesbekov2924 3 года назад
what is inside of login.csv file? i mean, from where i need to provide this data? thanks
@RyanParnow
@RyanParnow 3 года назад
I was able to get it to work with a 1 column file. The word "key" on the first line with a comma and then each of the api keys on its own line followed by a comma.
@robinsequeira4514
@robinsequeira4514 3 года назад
You need to go to developer.twitter.com login with your Twitter credentials and create a project or app and you will get the details. Your consumer key will be the API keys and access tokens need to be generated in the settings tab.
@Ore-rf1jq
@Ore-rf1jq 2 года назад
hello please I really would appreciate if I could get help with the error I keep getting an error from trying to run the clean function I keep getting unterminated character set at position 1
@aymaneabboudi5778
@aymaneabboudi5778 3 года назад
Thanks a lot for sharing such a valuable video!!
@TWGTravelwithGandharv
@TWGTravelwithGandharv 3 года назад
I am following all the stepsm but i am not able to get the tweets in the dataframe. The coding is running but there is no data in dataframe.
@venkateshthirunagiri85
@venkateshthirunagiri85 4 года назад
Thanks for the video. This is amazing man :))))))))))))))
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
Glad you enjoyed it !
@cibeleaparecidaribeiro2960
@cibeleaparecidaribeiro2960 4 года назад
Very good explanation, thank you.
@firozali1456
@firozali1456 4 года назад
Hello, do you share Colab files? if yes I was not able to find it. Thanks
2 года назад
Wow, as amazing as the video is, I cannot believe that he could not pronounce Roger Federer's surname.
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 2 года назад
Thanks! Sometimes I am great at pronouncing names and other times I am terrible at it.
@Giggaoggy
@Giggaoggy 9 месяцев назад
Bro I am getting this error : Forbidden: 403 Forbidden 453 - You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. Can u help me? I am getting this error at cell/block no.4
@MUHAMMADWASEEM-tn1to
@MUHAMMADWASEEM-tn1to Год назад
oh it was such a great turorial
@fardanzamakhsyari7683
@fardanzamakhsyari7683 2 года назад
how to arrange the CSV file so that it can be called? I only got 3 tokens from the Twitter developer, thanks
@Moonwalkerrabhi
@Moonwalkerrabhi 4 года назад
Thank You For this video! helped a lot!!
@MAK335
@MAK335 4 года назад
where can i get the login.csv file
@sirjankathuria9577
@sirjankathuria9577 Год назад
has user_timeline been removed from free tier access by twitter? it throws an error everytime i try to run it
@deepamgupta8011
@deepamgupta8011 4 года назад
Thanks for making this video 😄
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 4 года назад
My pleasure 😊
@arpitpachori3620
@arpitpachori3620 4 года назад
Which algorithm you used to find the accuracy?
Далее
Bitcoin Sentiment Analysis Using Python & Twitter
29:42
Modern Python logging
21:32
Просмотров 196 тыс.
无意间发现了老公的小金库 #一键入戏
00:20
If __name__ == "__main__" for Python Developers
8:47
Просмотров 410 тыс.
The Truth About Learning Python in 2024
9:38
Просмотров 206 тыс.
Stock Price Prediction Using Python & Machine Learning
49:48
5 Useful F-String Tricks In Python
10:02
Просмотров 320 тыс.