Skip to content

Bot to automate likes on specific hashtag using selenium

Notifications You must be signed in to change notification settings

hideosnes/twitter_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Twitter Bot (Tweetbit)

Simple GUI twitter bot to automate activity

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For this bot to run, you will need geckodriver

Just dowload the right one for your system and copy the executable file on this path:

C:\Users\[User]\AppData\Local\Programs\Python\Python37

Make sure you have also Mozilla Firefox installed.

Installing

The installation it's straightforward.

Just make sure you have installed all dependencies:

pip install tkinter
pip install PIL
pip install selenium
pip install time
pip install os

and then run the script:

python twitter_bot.py

tweetbit

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Bot to automate likes on specific hashtag using selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%