Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.