Bitcoin Sentiment Analysis Using Python & Twitter

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

ความคิดเห็น • 53

  • @stalepalemale
    @stalepalemale 3 ปีที่แล้ว +24

    Probably be better to plot those against time and see if there is any correlation to price movement

  • @tamannas5538
    @tamannas5538 2 ปีที่แล้ว

    Thank you so much, after watching multiple videos, your video finally helped!

  • @kazimrazatalpur7228
    @kazimrazatalpur7228 3 ปีที่แล้ว +5

    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.

  • @soukhyaboreddy9604
    @soukhyaboreddy9604 3 ปีที่แล้ว +8

    Can you elaborate on how did you get login.csv file?

  • @Juan-Hdez
    @Juan-Hdez ปีที่แล้ว

    Very useful. Thank you!

  • @matty965
    @matty965 3 ปีที่แล้ว +8

    How did you get the login.csv file?

    • @sdeitym
      @sdeitym 2 ปีที่แล้ว +1

      i guess he create his own APIs key as csv file

  • @forecaststatistics8496
    @forecaststatistics8496 3 ปีที่แล้ว +6

    Good job. Could you explain better how the login.csv file is done? Without this I cannot start. Thanks

    • @icyp160
      @icyp160 3 ปีที่แล้ว +4

      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 ปีที่แล้ว +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.

  • @waynelau3256
    @waynelau3256 2 ปีที่แล้ว

    Are u using the enterprise or educational access?

  • @Esp1fs
    @Esp1fs 3 ปีที่แล้ว

    Thanks for this video. Are the tweets sorted chronologically ?

  • @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?

  • @DeejayGabin
    @DeejayGabin 3 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      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 !

  • @Gunat737
    @Gunat737 2 ปีที่แล้ว

    This is a good one

  • @samarthjhaveri3770
    @samarthjhaveri3770 ปีที่แล้ว

    How should I make my own Login.csv file

  • @FRANKWHITE1996
    @FRANKWHITE1996 3 ปีที่แล้ว +1

    Nice. Thanks. 🙏🙏🙏

  • @stylozashik
    @stylozashik 3 ปีที่แล้ว

    Please make a video to analyze and predict day to day bitcoin price using tweets

  • @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?

  • @nonsense3791
    @nonsense3791 2 ปีที่แล้ว +1

    how can i get the count of positive negative and neutral tweets separately

    • @nonsense3791
      @nonsense3791 2 ปีที่แล้ว

      I found df[df['Sentiment'] == 'positive'].count()

  • @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..

  • @tomh12341
    @tomh12341 3 ปีที่แล้ว +1

    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?

  • @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

  • @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?

  • @arpsami7797
    @arpsami7797 2 ปีที่แล้ว

    I am getting the. AttributeError:’API’ object has no attribute ‘serach’. Can you help please

    • @tamannas5538
      @tamannas5538 2 ปีที่แล้ว +1

      it should be api.search_tweets instead of api.search

  • @0xbabak
    @0xbabak 3 ปีที่แล้ว

    Hi, Where can I find the source code?

  • @neyzjain
    @neyzjain 3 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      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 🥹

  • @technologyinfoindia
    @technologyinfoindia ปีที่แล้ว

    Bro I had error called module object is not callable in sensitivity code

  • @aboutwong909
    @aboutwong909 2 ปีที่แล้ว +1

    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?