Skip to content

PvSNotifier allow you to get notified through Twitter DM and/or Pushover systems.

License

Notifications You must be signed in to change notification settings

Talos51/PvSNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PvSNotifier

PvSNotifier allow you to get notified through Twitter DM and/or Pushover systems.

PvSNotifier could be run thanks to TwitterOAuth project for the Twitter part. PvSNotifier integrate Pushover service as one of possible plateform: Pushover

Tech

Version

  • 1.0

Installation

PvSNotifier requires severals PHP Modules to run:

  • PHP-CURL
  • PHP-OAUTH
  • TwitterOAuth Library ( which is packaged with the project )

Usage

PvSNotifier is designed and intented to be run from command-console:

# To run PvSNotifier with a particular version of PHP
$ `which php` pvsnotifier.php "MESSAGE" [--twitter|--push]
OR
$ /usr/bin/php7.0 pvsnotifier.php "MESSAGE" [--twitter|--push]

# To send a notification through both Twitter and Pushover
$ ./pvsnotifier.php "MESSAGE"

# To send a notification through Twitter only
$ ./pvsnotifier.php "MESSAGE" --twitter

# To send a notification through Pushover only
$ ./pvsnotifier.php "MESSAGE" --push

Development

Want to contribute? Great! Just fork the project and improve it, don't forget to get me in touch since it's always nice to know that the project is alive :)

Todos

  • Improve the code with some tests
  • Add features ( or more services )

License

MIT License

About

PvSNotifier allow you to get notified through Twitter DM and/or Pushover systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages