Twitter-Bot
This is a Twitter bot made with selenium and python. This is also a project submission for MLH LHD: Build Day 4, 2022
What It Does
The bot uses selenium and python to log in to a Twitter account and makes a tweet. It also surpasses the security check that twitter does when it detects bots.
How was it made
It was made using selenium. Selenium Python bindings provides a simple API to write functional/acceptance tests using Selenium WebDriver. Through Selenium Python API you can access all functionalities of Selenium WebDriver in an intuitive way. For more check out the docs.
To install it do the following:
pip install selenium
Also, you need to download a web driver depending on your web browser and version and change the path in main.py.
That's it go ahead and let the magic run.
What I Learnt
I learned more about the selenium module and improved my python skills.

Log in or sign up for Devpost to join the conversation.