Simple GUI twitter bot to automate activity
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.
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.
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
- Roberto Pérez - Initial work - robertocml
This project is licensed under the MIT License - see the LICENSE.md file for details