https://github.com/maneeshwije/twitterlikebot
python script which opens browser, logs into users twitter, searches up keyword, and likes all corresponding tweets
https://github.com/maneeshwije/twitterlikebot
python pythonscript selenium-webdriver twitter twitterbot
Last synced: 8 months ago
JSON representation
python script which opens browser, logs into users twitter, searches up keyword, and likes all corresponding tweets
- Host: GitHub
- URL: https://github.com/maneeshwije/twitterlikebot
- Owner: ManeeshWije
- Created: 2020-11-22T19:14:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T00:09:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T22:51:21.869Z (10 months ago)
- Topics: python, pythonscript, selenium-webdriver, twitter, twitterbot
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitterLikeBot
- Python script which opens browser, logs into users twitter, searches up keyword, and likes all corresponding tweets
- You may have to download geckodriver and add it to your path or if on linux/unix, copy it to /usr/local/bin
- When using script, make sure to fill in username and password as well as keyword portion of the code!
NOTE:
- A better use of your time would probably to use tweepy instead of automation through Selenium as Twitter has updated their classnames to be dynamic. This was just a small project I made back in 2020 which still needs to be updated