Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dadapush/dadapush-feed
- Owner: dadapush
- Created: 2019-07-14T22:17:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T05:45:45.000Z (over 2 years ago)
- Last Synced: 2023-03-21T23:38:17.300Z (almost 2 years ago)
- Topics: atom-feed, dadapush, feed, notification-api, notifications, push, push-notifications, rss-feed
- Language: Java
- Homepage: https://www.dadapush.com/
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dadapush-feed
send RSS or Atom feeds to DaDaPushDaDaPush: 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]
```