Automated Twitter Bot in Python

Поділитися
Вставка
  • Опубліковано 18 січ 2025

КОМЕНТАРІ • 87

  • @maendeleolab
    @maendeleolab 2 роки тому +3

    I appreciate the basics you shared in this tutorial!!!
    Cheers to that!

  • @cocoarecords
    @cocoarecords 3 роки тому +2

    the legend making interesting projects + simple+ explained perfectly what do you want more

  • @fcode9310
    @fcode9310 3 роки тому +5

    Nice man! Keep it up with this helpful videos. I hope next we will have the discord bot with python video ;)

    • @NeuralNine
      @NeuralNine  3 роки тому +3

      It is already recorded ^^

    • @fcode9310
      @fcode9310 3 роки тому +1

      @@NeuralNine :0

  • @raimundojunior8547
    @raimundojunior8547 3 роки тому +1

    I was waiting for this, i wanted to learn how to use twit bot with python, thank you so much!

  • @TheJosephTodd
    @TheJosephTodd 3 роки тому +15

    Hey man, love the video! However, I'm stuck at the 5:45 timestamp with this error: "TypeError: API.create_friendship() takes 1 positional argument but 2 were given". My code is exactly the same as yours (triple-checked everything) and I'm using the latest versions of both Python and Tweepy. Any suggestions? I looked it up, but really to no avail.

    • @ifthereisawill
      @ifthereisawill 3 роки тому

      I had the same error, but I switched to python 3.7 and tweepy 3.8.0. I'm sure there are other ways, but this worked for me.

    • @dhruvmantri7293
      @dhruvmantri7293 3 роки тому +1

      I applied for Elevated Access to the API on the Twitter developer page. It started working then

    • @raul125k
      @raul125k 2 роки тому +6

      worked for me giveing it the parameter name:
      api.create_friendship(screen_name='freeCodeCamp')

    • @Veofiy
      @Veofiy 2 роки тому

      i have tried everything to fix aswell plz help us

    • @Veofiy
      @Veofiy 2 роки тому

      update got it working

  • @bafflingscience1224
    @bafflingscience1224 3 роки тому

    Searched Twitter bot Python. Was like “Yeah!” when I saw it was your video. Always great content. Thanks buddy.

  • @hbarcellos76
    @hbarcellos76 2 роки тому +4

    Is there a way to do it only using the Essential access (API v2 endpoints only)?

  • @adityavaste3732
    @adityavaste3732 2 роки тому

    Clear and Straight to the point...

  • @DataInNutShell
    @DataInNutShell 2 роки тому +1

    when i open the twitter developer page m getting 3 keys only not 4 : apikey apikey secret, bearer token, can u help me on this need the last key a well

  • @atacoskun8600
    @atacoskun8600 3 роки тому

    I was waiting for this for a month man thanks :)

  • @s.aravindh6227
    @s.aravindh6227 3 роки тому +1

    Python all super vedio bro 👍👍👍

  • @galha4326
    @galha4326 3 роки тому

    Love youre videos man! keep doing them

  • @aerick9463
    @aerick9463 3 роки тому

    oh god your arms i was about to die trying not think sutff while watching the video

  • @shaambhavshankar8782
    @shaambhavshankar8782 3 роки тому +12

    what code do we need to add to make the bot respond on those tweets mentioning specific keywords?

  • @victorgitonga5538
    @victorgitonga5538 3 роки тому +2

    you can just regenerate the keys, I don't see the needs for leaving crucial steps.

  • @trimmmm11
    @trimmmm11 Рік тому

    Can you please how to execute twitter sentiment analysis based on ordinal regression project...

  • @Slender-the-Blender
    @Slender-the-Blender 3 роки тому +1

    Hey, I have an issue that I can't get past.
    I have Elevated access, but when I try to Tweet something using my bot, it just gives me a 401 (Unauthorised) error.
    I used the code you displayed here how I needed to.
    Could someone help? Thanks if you do.

  • @SeikatsuCan
    @SeikatsuCan 3 роки тому

    Wie bekomme ich Zugriff zum Twitter Developer Portal? DIese Bewerbung macht mich fertig

  • @blue-fc8uo
    @blue-fc8uo 2 роки тому

    can i do this with a certain twitter tag? or connect tweetdeck to this?

  • @nawafEalharbi
    @nawafEalharbi 2 роки тому

    What about auto reply on every tweeted by people that I folow ?

  • @user-wz5mv7bx8f
    @user-wz5mv7bx8f 2 роки тому

    How can I create a Twitter bot that will auto-tweet (not retweet) another account's tweets and replies? An issue I run into is people deleting tweets in threads, if I retweet it is gone but if I had a bot that would tweet some that accounts reply I would also have them. Thank you

  • @uskumru3106
    @uskumru3106 2 роки тому

    Thanks a lot 🤠🙏

  • @ridwansuharyadi6484
    @ridwansuharyadi6484 3 роки тому

    can we add some image in here?

  • @geraAlcantara
    @geraAlcantara 3 роки тому

    you could use an .env file and use pipenv for the virtual environment well is personal preference

    • @wa2k360
      @wa2k360 2 роки тому

      when I tried to use a .env it was not working correctly

  • @wave7949
    @wave7949 3 роки тому

    Could you make a login system or a multiplayer game (Pygame module)?

  • @uja1096
    @uja1096 3 роки тому +1

    Maybe do a video on getting alerted via text when Elon tweets about crypto.

  • @cis7725
    @cis7725 3 роки тому

    How do you mask your IP address with a proxy when interacting with the API

  • @abtasamullahkhan3352
    @abtasamullahkhan3352 3 роки тому

    how to set the timing for uploading something ?

  • @CodyHoskin
    @CodyHoskin 3 роки тому

    != works in python?

  • @emkjuslen
    @emkjuslen 2 роки тому

    Thanks for this sir, but how can we add the option to comment on people's post. The comments should be taken from a file at random and posted

    • @emkjuslen
      @emkjuslen 2 роки тому

      Each time the person makes a Twit, the bot automatically comments

  • @Arktic_
    @Arktic_ 2 роки тому +1

    Thanks, the video was really helpful!

  • @KAZ-CEL
    @KAZ-CEL 3 роки тому +1

    this one really helped me alot!! thanks for this wonderful tutorial!!

  • @aytidap
    @aytidap 2 роки тому +1

    how to make the twitterkeys file can someone explain please..

    • @aabhutta
      @aabhutta 2 роки тому

      Have the same question as can’t find a video where keys can be added to the file hidden in this video and used it, maybe a short video on creating that file will be great

  • @kartikchauhan2778
    @kartikchauhan2778 2 роки тому

    This is not working now, saying forbidden access, need to apply for elevated access

  • @uniteafricafirst
    @uniteafricafirst 2 роки тому

    We are not IT experts too difficult.

  • @BakiYumak
    @BakiYumak 2 роки тому

    Thank you

  • @nichhikara5779
    @nichhikara5779 3 роки тому

    learned something and hit the like button :)

  • @oguzhantopaloglu9442
    @oguzhantopaloglu9442 3 роки тому

    Can you do something similar with Instagram?

  • @yaman09
    @yaman09 2 роки тому

    how do i make the bot retweet something???????
    please help

    • @anontough6907
      @anontough6907 2 роки тому

      it's a misleading video, you can't do what he did without a elevated access on twitter, which you must apply for and twitter will put on a "waitlist" and say you have reach the limit of demand to be elevated.
      I've been on waiting list for months.

  • @anthonyb4
    @anthonyb4 2 роки тому

    Thanks

  • @s.aravindh6227
    @s.aravindh6227 3 роки тому +1

    Your big fun bro

  • @trusaberingo
    @trusaberingo 3 роки тому

    nice video keep it up

  • @navinvenkatesan9784
    @navinvenkatesan9784 3 роки тому

    Bro telegram bot next please

  • @yosssharma
    @yosssharma 3 роки тому +2

    Yo!!

  • @vivekminj3836
    @vivekminj3836 3 роки тому

    Make a video on discord bot

  • @m05n_
    @m05n_ 3 роки тому

    Code a messenger bot with fbchat

  • @dontbetoxic4387
    @dontbetoxic4387 3 роки тому

    Stripper

  • @shashwatm4332
    @shashwatm4332 3 роки тому +4

    second lol

  • @bhavyamverma70
    @bhavyamverma70 3 роки тому +3

    First

  • @anontough6907
    @anontough6907 2 роки тому

    You truly deserve this dislike this time.
    for ignoring the elevated access problem related to twitter excessive protocols.
    it's like... primordial, yet ignored.

  • @Samz061
    @Samz061 3 роки тому

    3rd XD

  • @ssthao
    @ssthao 2 роки тому

    The api itself is not very consistent. I did api.get_user('xyz123') and did not work. I changed it to api.get_user(screen_name = 'xyz123') and worked fine.

  • @devnightfoxzero6438
    @devnightfoxzero6438 2 роки тому +1

    Great stuff. This helped me get started with my first project, @RussiazikBot
    Learned a lot piecing it together so far. Almost polished!