Imacros es una herramienta que mediante scripts nos permite automatizar procesos en el navegador, al estilo Selenium, para probar aplicaciones web, pero también se puede aprovechar este tipo de herramientas para hacer hacking growth.
Aquí os dejo un ejemplo de un proceso automatizado para añadir usuarios a los que sigues de forma automática.
VERSION BUILD=7500718 RECORDER=FX
TAB T=1
'URL GOTO=https://twitter.com/ejemplo/followers
wait seconds=1
URL GOTO=javascript:window.scrollBy(0,20000)
'TAG POS={{!loop}} TYPE=DIV ATTR=CLASS:"user-actions btn-group not-following not-muting including"
SET !ERRORIGNORE YES
TAG POS={{!loop}} TYPE=BUTTON ATTR=CLASS:"user-actions-follow-button js-follow-btn follow-button btn small small-follow-btn"
SET !ERRORIGNORE NO
'ONDIALOG POS=1 BUTTON=OK CONTENT=
wait seconds=5
Normalmente con estas acciones de obtiene entre un 15 y un 20% de respuesta de personas que te siguen.
No hay comentarios:
Publicar un comentario