Bitcoin Sentiment Analysis Using Python & Twitter

  Рет қаралды 26,268

Computer Science

Computer Science

Күн бұрын

#TwitterSentimentAnalysis #BitcoinSentiment #Python #Bitcoin
Bitcoin Sentiment Analysis Using Python & Twitter
See how the Login File was setup here:
www.patreon.co...[search_query]=Bitcoin%20sentiment
⭐Please Subscribe !⭐
⭐Get the code and data sets by becoming a supporter on Patreon:
/ computerscience
⭐Create a Twitter Account:
/ home​
⭐Create a Twitter App:
/ apps
⭐Website:
everythingcompu...
⭐Helpful Programming Books
► Python (Hands-Machine-Learning-Scikit-Learn-TensorFlow):
amzn.to/2AD1axD
► Learning Python:
amzn.to/3dQGrEB
►Head First Python:
amzn.to/3fUxDiO

Пікірлер: 53
@domorewithsage
@domorewithsage 3 жыл бұрын
Probably be better to plot those against time and see if there is any correlation to price movement
@kazimrazatalpur7228
@kazimrazatalpur7228 3 жыл бұрын
Really nice video, can you tell me how can we apply the deep learning approach while using sentiment analysis. Please make it video on sentiment analysis using the deep learning apporach.
@tamannas5538
@tamannas5538 2 жыл бұрын
Thank you so much, after watching multiple videos, your video finally helped!
@soukhyaboreddy9604
@soukhyaboreddy9604 3 жыл бұрын
Can you elaborate on how did you get login.csv file?
@aboutwong909
@aboutwong909 2 жыл бұрын
do u see how now?
@forecaststatistics8496
@forecaststatistics8496 3 жыл бұрын
Good job. Could you explain better how the login.csv file is done? Without this I cannot start. Thanks
@icyp160
@icyp160 3 жыл бұрын
You don't need to do the csv file if you're running python from your computer just input your api keys into the variables as labeled
@amalinanorazman8539
@amalinanorazman8539 3 жыл бұрын
Hi. I follow step by step and initially also stuck at login.csv. But then I tried this and it works: make sure your login file is saved as CSV UTF-8 (comma delimited) (*. csv). Use only one column A, where cell A1 you write the word "key" (without ""). A2 is your API Key, A3 is your API secret, A4 is your Acess Token, A5 is your Access Secret.
@matty965
@matty965 3 жыл бұрын
How did you get the login.csv file?
@sdeitym
@sdeitym 2 жыл бұрын
i guess he create his own APIs key as csv file
@Juan-Hdez
@Juan-Hdez Жыл бұрын
Very useful. Thank you!
@giovannivaldata3347
@giovannivaldata3347 3 жыл бұрын
Thank you for your great content!! this is really helpful!! Do you think it's possible to add columns like "date", "number_of_retweets", "comments" and so on?
@Esp1fs
@Esp1fs 3 жыл бұрын
Thanks for this video. Are the tweets sorted chronologically ?
@DeejayGabin
@DeejayGabin 3 жыл бұрын
Great vids, I did this one week ago based on your last twitter sentiment analysis video! I like your content, it is helpful and helped me building some interesting stuff on crypto trading! Keep going! #AllHeroesDoesntWearCaps
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 жыл бұрын
That's very cool that you were able to do something similar using one of my other videos ! I appreciate the support and thanks for watching !
@stylozashik
@stylozashik 3 жыл бұрын
Please make a video to analyze and predict day to day bitcoin price using tweets
@samarthjhaveri3770
@samarthjhaveri3770 Жыл бұрын
How should I make my own Login.csv file
@Gunat737
@Gunat737 2 жыл бұрын
This is a good one
@nonsense3791
@nonsense3791 2 жыл бұрын
how can i get the count of positive negative and neutral tweets separately
@nonsense3791
@nonsense3791 2 жыл бұрын
I found df[df['Sentiment'] == 'positive'].count()
@waynelau3256
@waynelau3256 2 жыл бұрын
Are u using the enterprise or educational access?
@ZEDGUY99
@ZEDGUY99 2 жыл бұрын
When I get to printing the head of the all tweets data frame I'm getting virtually nothing have I connected to the API incorrectly all my code seems to be correct?
@tomh12341
@tomh12341 3 жыл бұрын
I'm trying to fetch tweets from 2010. When I try to use the list comprehension with the full text, I get the message: "TweepError: Twitter error response: status code = 401 ". I check that my internet clock is syncronized and that my caredentials are correct. I don't know what to do.
@Megtheanalyst_
@Megtheanalyst_ 2 жыл бұрын
We’re You Able To Resolve This?
@FRANKWHITE1996
@FRANKWHITE1996 3 жыл бұрын
Nice. Thanks. 🙏🙏🙏
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 жыл бұрын
You're welcome, and again thanks for watching !
@kirankr1494
@kirankr1494 2 жыл бұрын
Can someone tell what are the contents present in "Login.csv" file and where to find those for my api .. please tell me..
@shaniadecruz7047
@shaniadecruz7047 2 жыл бұрын
keep getting a 403 error code after running code line [6]. would really appreciate any help
@kirankr1494
@kirankr1494 2 жыл бұрын
Can someone suggest where to find my api keys.. please
@technologyinfoindia
@technologyinfoindia Жыл бұрын
Bro I had error called module object is not callable in sensitivity code
@pogba6922
@pogba6922 2 жыл бұрын
How much is the source code because I had subcribed to the patreon but now I have to pay additional fees? Im crying need major help
@mwong104
@mwong104 3 жыл бұрын
Thanks for the video. I managed to replicate the whole process but for some reason the number of tweets that returned was very small, fewer than 20. Not sure why……
@mwong104
@mwong104 3 жыл бұрын
Do I have to use Bearer Token instead? Thanks.
@XxRohanXx
@XxRohanXx 3 жыл бұрын
@@mwong104 hey buddy, in cell 6 i got name error i.e., name 'serach_term' is not defined...can u help me or explain to me that why this is happening
@ZEDGUY99
@ZEDGUY99 2 жыл бұрын
I'm doing this now and running into the same issue did you get it resolved?
@neyzjain
@neyzjain 3 жыл бұрын
I am getting error in #Get the twitter API credentials in ..... log["key"] ... It says -- KeyError: 'key' -- I fail to understand why is this happening? I am using this code: #Get the Twitter API credentials apiKey = log["key"][0] apiKeySecret = log["key"][1] accessToken = log["key"][2] accessTokenSecret = log["key"][3] Can anyone help plz?
@osamazahid7221
@osamazahid7221 2 жыл бұрын
create a function and put your credentials direct he made a csv fil to hide his credentials
@Megtheanalyst_
@Megtheanalyst_ 2 жыл бұрын
@@osamazahid7221 How Do You Mean Please. I Keep Getting Same Error 🥹
@arpsami7797
@arpsami7797 2 жыл бұрын
I am getting the. AttributeError:’API’ object has no attribute ‘serach’. Can you help please
@tamannas5538
@tamannas5538 2 жыл бұрын
it should be api.search_tweets instead of api.search
@0xbabak
@0xbabak 3 жыл бұрын
Hi, Where can I find the source code?
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 3 жыл бұрын
You can get the code on patreon. com. www.patreon.com/computerscience
@aboutwong909
@aboutwong909 2 жыл бұрын
Hi How can i export/format the Login.csv from twitter developer api!stucking here.
@kenchamvinay7320
@kenchamvinay7320 Жыл бұрын
same, do you able to get it? I am struggling to get twitter developer account, is there any alternative to get API details?
Sentiment Analysis on News Articles for Cryptocurrencies With Python
22:23
Dogecoin Price Prediction Using Python & Machine Learning
20:19
Computer Science
Рет қаралды 32 М.
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,4 МЛН
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 10 МЛН
Girl, dig gently, or it will leak out soon.#funny #cute #comedy
00:17
Funny daughter's daily life
Рет қаралды 16 МЛН
Cryptocurrency Price Prediction using Twitter Sentiment Analysis
28:49
Computer Science & IT Conference Proceedings
Рет қаралды 467
Presidential Debate Twitter Sentiment Analysis using Python and NLTK
32:28
Bitcoin Future Price Prediction Using Python & Machine Learning
24:47
Computer Science
Рет қаралды 19 М.
Sentiment Analysis with BERT Neural Network and Python
31:56
Nicholas Renotte
Рет қаралды 122 М.
Twitter Sentiment Analysis (NLP) | Machine Learning | Python
45:16
Hackers Realm
Рет қаралды 60 М.
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,4 МЛН