Author Topic: Built in Twitter Support [Feature Request]  (Read 1072 times)

Nspector5

  • NewMember
  • *
  • Posts: 24
  • Country: us
Built in Twitter Support [Feature Request]
« on: October 27, 2017, 03:12:17 PM »
I know that a user has already proven out the ability to send tweets, (see https://lowpowerlab.com/forum/pi-gateway/added-twitter-to-pigateway-so-it-can-send-tweet-events/) but doing so requires modifying the gateway.js and metric.js, which makes migration during updates somewhat problematic. I would like to see twitter support built in, similar to the new e-mail attachment support. Just add your keys to the setting page to enable tweeting.

Thank you.
« Last Edit: October 27, 2017, 05:04:07 PM by Felix »

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: Built in Twitter Support [Feature Request]
« Reply #1 on: October 27, 2017, 05:05:28 PM »
I will consider it in the next version.
I am thinking about making the js files more modular, keep the core stuff in the existing files, and allow loading modules separately. That could allow users to load their own sets of metrics, functionality etc.

LukaQ

  • Sr. Member
  • ****
  • Posts: 302
  • Country: si
Re: Built in Twitter Support [Feature Request]
« Reply #2 on: October 28, 2017, 05:08:06 AM »
I will consider it in the next version.
I am thinking about making the js files more modular, keep the core stuff in the existing files, and allow loading modules separately. That could allow users to load their own sets of metrics, functionality etc.
That is a good plan forward, more easy to update specific part also

Nspector5

  • NewMember
  • *
  • Posts: 24
  • Country: us
Re: Built in Twitter Support [Feature Request]
« Reply #3 on: November 01, 2017, 10:10:17 AM »
Wonderful. Thank you.