# SO-Daily This package contains a command line tool for automating SO logins in a regular ammount of time. ## Starting Install and run selenium server with ```sh ./Selenium.sh ~/Desktop/exampledir ``` Run the command line tool app ```sh ./so-daily --email example@domain.com --password test123 --verbose ``` All the options available are explained in the `--help` command output. ```sh ./so-daily --help ```