Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanita5/twittnukerpushserver2
Twittnuker Push Notification server
https://github.com/vanita5/twittnukerpushserver2
gcm notification-server notifications push-notifications server twidere twittnuker
Last synced: about 2 months ago
JSON representation
Twittnuker Push Notification server
- Host: GitHub
- URL: https://github.com/vanita5/twittnukerpushserver2
- Owner: vanita5
- Created: 2015-11-06T22:55:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T20:14:20.000Z (about 9 years ago)
- Last Synced: 2024-04-16T11:46:23.415Z (9 months 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.