so-daily: App for logging into the Stackoverflow website.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Opens a browser and logins into the stackoverflow website every X minutes.
An example of scheduling logins for each 12 hours of runtime:
./so-daily --email example@domain.com --password test123 -repeat $((12*60))
This package is designed to work as a background process with a selenium
server. Use the verbose
option to print runtime information to standard
output.
so-daily - automatic scheduled SO login Usage: sodaily [-r|--repeat X] [-v|--verbose] (-e|--email ARG) (-p|--password ARG) Login daily to the stackoverflow website Available options: -h, --help Show this help text -r, --repeat X Login in each X seconds -v, --verbose Show more information while running -e, --email ARG Email to use for login -p, --password ARG Password to use for login
[Skip to Readme]
Properties
Versions | 0.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4 && <5), HTTP, old-locale (>=1 && <2), optparse-applicative, text (>=0.11), time (>=1.4 && <1.5), transformers (>=0.3 && <0.4), webdriver (>=0.6) [details] |
License | MIT |
Copyright | (c) 2015 Afonso Matos <contact@afonsomatos.com> |
Author | Afonso Matos |
Maintainer | contact@afonsomatos.com |
Category | Web |
Uploaded | by catgocat at 2015-09-11T22:54:33Z |
Downloads
- so-daily-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees