https://github.com/gumdropsteve/twitter
Collection of Python scripts utilizing Selenium for Twitter (tweet , retweet)
https://github.com/gumdropsteve/twitter
oop selenium twitter
Last synced: 8 months ago
JSON representation
Collection of Python scripts utilizing Selenium for Twitter (tweet , retweet)
- Host: GitHub
- URL: https://github.com/gumdropsteve/twitter
- Owner: gumdropsteve
- Created: 2019-03-20T17:50:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T14:28:36.000Z (about 6 years ago)
- Last Synced: 2024-10-23T22:20:28.638Z (about 1 year ago)
- Topics: oop, selenium, twitter
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
-* up to date status: unlikely
# Twitter
## tweet_your_tweet
- Python OOP script to send tweets from terminal using Selenium
## retweet_for_clout
- Python script to retweet my tweets and increase clout
#### Helps:
- getting started with Selenium
- https://github.com/SeleniumHQ/selenium/
- Set up Selenium & GeckoDriver (Mac)
- https://medium.com/@warobson/selenium-and-geckodriver-on-mac-b411dbfe61bc
- installing ChromeDriver
- http://chromedriver.chromium.org/getting-started
#### Notes:
- code is spaced , trying out new approaches to increase readibility (feedback welcome) --thanks