https://github.com/eliah-w/TwittnukerPushServer2
Twittnuker Push Notification server
https://github.com/eliah-w/TwittnukerPushServer2
gcm notification-server notifications push-notifications server twidere twittnuker
Last synced: 9 months ago
JSON representation
Twittnuker Push Notification server
- Host: GitHub
- URL: https://github.com/eliah-w/TwittnukerPushServer2
- Owner: vanita5
- Created: 2015-11-06T22:55:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T20:14:20.000Z (over 10 years ago)
- Last Synced: 2024-11-24T20:40:05.821Z (over 1 year ago)
- Topics: gcm, notification-server, notifications, push-notifications, server, twidere, twittnuker
- Language: JavaScript
- Homepage: http://twittnuker.org
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwittnukerPushServer2
Twittnuker Push Notification server (self-hosted)
## Installation
* Create an application on apps.twitter.com
* Permissions: Read, Write and Access direct messages
* Generate Token
* Copy config_example.js to config.js
* Edit config.js -> Fill in the API keys of your Twitter application
* `npm install`
* `node index.js`
Now you can enable Push Notifications in Twittnuker, enter the URL to your push server instance and go back to the main screen.
Twittnuker will now register your device on your push server instance.
That's it.