- Ruby + Selenium robot
- Logs in onto vBulletin forum boards
- Finds all user's threads
- Updates (bumps) all the posts
- Prints to stdout the UP/SKIP status for every thread
Installation
- Install Ruby and PhantomJS
- Run
gem install autoup
- Write a configuration file to
~/.config/autoup.yml
- Run
autoup
and check if everything's working
TODO
- Test on newer vB (currently tested on 3.8.7 only)