xcopy/dieselup

Lift up your topic to the top in Diesel Forum

2.0.0 2017-02-13 06:20 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:40:16 UTC


README

System requirements

  • *nix
  • Git
  • cURL
  • PHP 5.6+ (curl, json and dom extensions)
  • Composer

Usage:

cd
git clone git@github.com:xcopy/dieselup.git
cd dieselup
composer install
USERNAME=your-username PASSWORD=your-password bin/dieselup YOUR-TOPIC-ID

Cron task example:

USERNAME=your-username
PASSWORD=your-password
...
*/1 * * * * /path/to/dieselup/bin/dieselup YOUR-TOPIC-ID > /dev/null 2>&1

That's it!

Like Ruby?

Sweet. Check out Ruby dieselup

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request