Anuncios


Step-by-step guide to launch a Python Twitter bot that automatically retweets a user’s likes

This is the perfect weekend project for Python beginners looking to create their first Twitter bot!


What is this course?

This course is for python beginners and twitter lovers who are interested in learning how to build a Twitter bot.

While I have found it helpful to read textbooks and watch online tutorials to get a better understanding of the basics for any subject, nothing beats project-based learning. Actually getting your hands dirty and running into real problems that require specific solutions has been my ideal way to learn something new.

With that being said, the hardest question typically is, what project should I focus on? From my personal experience, I’ve found it beneficial to focus on something you are passionate about. To find that something, just think of what you frequently pay attention to in your spare time, when no one is paying you…to pay attention to it. For me that is Twitter.

We are going with a bot because it will be a fun project to group together various ideas we want to learn, such as APIs, python, and Twitter.


Power of python

I’ve been hooked on it ever since I took the class Automate the Boring Stuff with Python. It is undoubtedly a popular programming language so I think it will be beneficial for many years to come.

This class is not meant to be an introduction to programming or python, so my assumption is that you understand some basics. This class is geared more towards helping you apply Python programming to an actual project to help you better retain information while having fun within the process.


Power of Twitter

I must admit. I am addicted to Twitter. Now before you scorn me, understand that I think it is truly a magical place. One of my favorite Twitter follows, Nikhil Krishnan, has a great presentation about Why Twitter is Dope. In it he basically highlights these reasons which I think get at the root of why I love Twitter so much.

  1. You get to discover people with mutual interests. This can include any age!

  2. Making friends is geo agnostic. You can connect with people all over the world at anytime.

  3. You can also access the smartest people in the world. I get to follow Elon Musk!

  4. Twitter is the idea marketplace at it’s finest. If you are wrong, you will quickly learn why that is.

  5. You get to follow people and not brands. People are brands essentially but atleast its more authentic.

  6. It’s quality over quantity. A few good tweets is infinitely better than a million double taps.

  7. It’s a conversation with an incredibly tight feedback loop.


Power of APIs

APIs are how software talks with other software. We can use APIs to build apps that add new services on top of the platforms or data from the platforms. This essentially provides a new experience for users via a layer of abstraction.

Kate Bae says APIs are “how to unleash data in new ways.” For our purposes, that means creating a bot that retweets an accounts likes. Most platforms, like Slack and Shopify, have public APIs with the hopes that devs build on them to build more value and create lock in.

Basically all of the major social media networks have APIs. They control them in different ways and prevent you from doing certain things while at the same time encouraging you to do other things to make a good user experience with the already public data. We will be using Twitters API for this project. You may not realize it but every time you use your phone, you’re using an API.

Anuncios


What You’ll Learn

After you make it through the entirety of the course, you will walk away knowing how to do the following:

  • Setting up a virtual environment for your code

  • Signing up as a Twitter developer

  • How to Use Tweepy to call the Twitter API

  • Building a Bot that Retweets our Likes

  • Deploying a Bot using either AWS or Render

Please note this course requires MacOS. I do not have in-depth installation and setup instructions for Windows users.

Cree un bot de Twitter con Python, Tweepy y la API de Twitter

Step-by-step guide to launch a Python Twitter bot that automatically retweets a user’s likes”

Este curso es GRATIS

¿Quieres más cursos gratis?

Únete a nuestro canal en Telegram con cientos de cursos gratis publicados diariamente

Curso gratis en Udemy

Con los cursos gratis de Udemy puedes aprender muchas cosas sin tener que gastar en ello. Pero primero debes tener en cuenta varias cosas:

Contenido Gratuito

Los cursos gratis de Udemy te permiten aprender nuevas cosas sin tener que pagar. Aprovecha la oportunidad.

Aprendizaje

Pon en práctica todos tus conocimientos aprendidos. Realiza increíbles proyectos basados en el mundo real.

Limites

Debes tener en cuenta que todos los cursos gratuitos de Udemy son de máximo 2 horas y no incluyen un certificado.

Este curso se encuentra disponible de manera gratuita sin necesidad de ningún cupón, a través de la opción “GRATIS”.

Te recomendamos primero leer las diferencias entre un curso gratis y uno de pago para evitar malentendidos:

Cursos gratuitos
  • Contenido de vídeo en línea
Cursos de pago
  • Contenido de vídeo en línea
  • Certificado de finalización
  • Preguntas y respuestas de los instructores
  • Mensaje directo para el instructor

Aunque los cursos son colocados de manera gratuita, es posible que el autor del curso pueda cambiarlos a modalidad de pago, por lo cual te recomendamos revisar muy bien las características del curso.

Para obtener el curso de manera gratuita usa el siguiente botón:


Deja tus comentarios y sugerencias


Sobre Facialix

Facialix es un sitio web que tiene como objetivo apoyar en el aprendizaje y educación de jóvenes y grandes. Buscando y categorizando recursos educativos gratuitos de internet, de esta manera Facialix ayuda en el constante aprendizaje de todos.