Beginner project with Python. This is a selenium bot to earn points on the page youlikehits.com
This page is to promote your social networks and websites for free. You have to add your profiles and then through a points system gain followers and interactions. By following other people you earn points that you exchange for followers for your own account.
- An account at youlikehits.com
- A dummy twitter account to earn automatic points
- Download the webdriver, in this case I use google chrome. You can download it here. (place the webdriver in the same directory where the youlikehits_bot.py file is)
You enter your credentials in the terminal: youlikehits username, youlikehits password, twitter username, twitter password (remember that it is a dummy twitter account, do not use your main account). The bot will run 3 times by default, this value can be changed directly in the youlikehits_bot.py file.
- The driver starts and enters the main page and log in.
- Open the twitter followers exchange page and log in.
- Follow the user and return to the main page.
- Confirm the user followed and close the page.
- The bot starts again depending on how many times it is placed by default.
In the file requirements.txt are the modules used.
Proyecto principiante con Python. Este es un bot de selenium para ganar puntos en la pagina youlikehits.com
Esta pagina es para promocionar tus redes sociales y sitios web gratis. Tienes que agregar tus perfiles y luego mediante un sistema de puntos ganar seguidores e interacciones. Al seguir a otras personas ganas puntos que luego intercambias por seguidores para tu propia cuenta.
- Una cuenta en youlikehits.com
- Una cuenta de twitter ficticia para ganar los puntos automaticos
- Descargar el webdriver, en este caso se uso el de google chrome. Puedes descargarlo aqui. (Coloca el webdriver en la misma carpeta donde esta el archivo youlikehits_bot.py)
Ingresas en la terminal tus credenciales: usuario de youlikehits, contraseña de youlikehits, usuario de twitter y contraseña de twitter (recuerda que es una cuenta ficticia de twitter, no uses tu cuenta principal). El bot correra 3 veces de manera predeterminada, este valor puede cambiarse directo en el archivo youlikehits_bot.py
- Arranca el driver y entra a la pagina youlikehits.com y se loguea
- Abre la pagina de intercambio de seguidores en twitter y se loguea
- Sigue al usuario y vuelve a la pagina principal
- Confirma el usuario seguido y cierra la pagina
- Inicia nuevamente el bot dependiendo cuantas veces se coloque de manera predeterminada
En el archivo requirements.txt se encuentran los modulos utilizados.