Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dadapush/dadapush-feed

send RSS and Atom feeds to DaDaPush
https://github.com/dadapush/dadapush-feed

atom-feed dadapush feed notification-api notifications push push-notifications rss-feed

Last synced: about 2 months ago
JSON representation

send RSS and Atom feeds to DaDaPush

Awesome Lists containing this project

README

        

# dadapush-feed
send RSS or Atom feeds to DaDaPush

DaDaPush: Real-time Notifications App

Send real-time notifications through our API without coding and maintaining your own app for iOS or Android devices.

# Usage
```
usage: java -jar dadapush-feed-[VERSION]-jar-with-dependencies.jar
-d,--debug turn on debug mode
-h,--help print help message
-p,--path database path
-T,--token channel token
-u,--url feed url
```

## manual:
```
java -jar dadapush-feed-1.0.0-jar-with-dependencies.jar -p "[YOUR_FILE_PATH]/db" -T YOUR_TOKEN -u [YOUR_FEED_URL]
```

## crontab:
```
*/5 * * * * java -jar dadapush-feed-1.0.0-jar-with-dependencies.jar -p "[YOUR_FILE_PATH]/db" -T YOUR_TOKEN -u [YOUR_FEED_URL]
```