Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 564 Bytes

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.