Does Twitter Believe in Dogecoin? - Sentiment Analysis in Python

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

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

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

    I love how i learn something new almost everyday while i have coffee. Great content man!

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

    Your key file was empty because you've opened it in write mode. By default opening with "w" cause to overwrite everything.

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

    one question . is it possible to store those extracted cleaned tweets into an sql server so you have a visual aspect of what you are extracting?

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

    Can you use Jupyter notebook or lab ? It would be great if we could see output of codes step by step.

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

    I have this error : ModuleNotFoundError: No module named 'cycler'. I had try to install cycler and put it in matplotlib module but it doesn't work. Any solutions ?

  • @user-5ry3th
    @user-5ry3th 3 ปีที่แล้ว

    you can create a py file, put variables there like MY_KEY = '...' and import the file in your main script
    then all required values will be available easily, don't need to write special codes for reading, parsing and so on

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

    I like the intro

  • @OscarRodriguez-jr6si
    @OscarRodriguez-jr6si 3 ปีที่แล้ว

    Awesome video man! Would you mind explaining how you would go about cleaning all the emojis from the text as well?

  • @g.s.3389
    @g.s.3389 3 ปีที่แล้ว

    important side note: textblob can make an analysis only for English language, if you want to use it in another language you must translate. A quick way is using textblob itself:
    import textblob
    frase='Io ti amo'
    print(textblob.TextBlob(frase).detect_language())
    b=textblob.TextBlob(frase).translate(to='en')
    print(b)
    print(textblob.TextBlob(str(b)).sentiment.polarity)

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

      In the video he showed a way to choose a language, is that not enough?

    • @g.s.3389
      @g.s.3389 3 ปีที่แล้ว +1

      @@mrmoh2 you lost a couple of steps:
      1) tweepy is used to scan tweeter, there you can select the language (the one you speak about)
      2) the sentiment analysis (polarity) is carried on by TextBlob, which is trained only for the English language, so that if you want to analyse another language you have to translate it first to English. TextBlob helps for the process.

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

      @@g.s.3389 thanks for the feedback, is true that language is for tweepy and not for textblob.
      Thanks!

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

    Not sure I'll get a response but when I run the code the terminal says 'API' object has no attribute 'search'. Any idea what I'm missing here? Thanks

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

      I have the same problem. Did you manage to fix it?

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

      @@masterinvestor6271 I did this project over a year ago, I don't remember sorry :(

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

    Glad I'm A
    NeuralNine Viewer 😊
    Hey could you make a series on golang

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

    what is the algorithm or method used in this?

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

    dude you're a SUPERHERO! i love your videos

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

    Amazing video! I wonder if Python could extract the social network information from these

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

    How can clear for cashtags like $dogecoin? Doesn’t seem to work just by adding $ instead of #, @ or http in the code. Any suggestions?

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

    This vídeo is pure gold 🏆

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

    I am confused, why you in rows 42 and 43 use ['Tweets'] after dataframe method .count()

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

    Pls make a vid on neat python

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

    Waiting for neuralnine to make video on installing nvim 😶😶

    • @NeuralNine
      @NeuralNine  3 ปีที่แล้ว +2

      Is it that difficult that a tutorial is needed? 👀

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

      @@NeuralNine I asked for api token from Twitter but they didn't give it. How could you get it?

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

      @Lucario If you want a similar setup to NeuralNine and you're using windows 10 then search up "how to install wsl2" and install a linux distro like ubuntu from the windows store. From there, you can install nvim easily using "sudo apt-get install neovim" in the terminal.

    • @127.
      @127. 3 ปีที่แล้ว

      @@icantfindaproperusername create a new account. They don't give second apply option.

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

      @@127. OOH. THANK YOU!

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

    Bro, please make a python automation course!

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

    I love your videos!!

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

    VSCode instead of Linux text editor?

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

      I am not using VS Code and what is a Linux Text editor=

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

    The tutorial was phenomenal. Thanks man.

  • @user-5ry3th
    @user-5ry3th 3 ปีที่แล้ว

    One more thing
    rows iteration isn't good way
    you should use pd.DataFrame.apply (or even applymap) function
    it works much faster than iteration and code-logic is easier

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

    FIRE

  • @SP-ui6zn
    @SP-ui6zn 3 ปีที่แล้ว

    You are truly sent by God. Please charge us money for watching such valuable content.

    • @NeuralNine
      @NeuralNine  3 ปีที่แล้ว +2

      😂 you can support me on Patreon if you want hahaha

  • @IzUrBoiKK
    @IzUrBoiKK 3 ปีที่แล้ว +2

    Third! Bro you on a rage these days, pls pin

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

    Day 1: Asking neuralnine to make a flask python tutoria

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

      I have to learn it first 😂

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

      @@NeuralNine lmao😂

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

      @@NeuralNine lmao😅 mb. But great vid tho 👍

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

      @@NeuralNine It's pretty easy, actually. It's pretty similar to bottle and is easier than django.

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

    Dogecoin

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

    Imagine getting pinned by NeuralNine

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

      imagine

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

      You actualy did that. Still thanks for the great content

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

    Change your intro music

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

    17th comment

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

    5th Comment XD

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

      ^^

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

      @@NeuralNine can you please make a telegram or signal bot tutorial with Python? I will really appreciate if you do, because I don't understand any one else's explanation. I'm sure you will explain clearly 🙏