An open API service indexing awesome lists of open source software.

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)

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