Getting Data In

Is there any way to sync twitter posts as a panel in existing dashboard?

abby_xr
Splunk Employee
Splunk Employee

I was thinking about using API things. It's like monitoring the posts from an official Twitter account. Is it possible to achieve or ....

Labels (2)
0 Karma

pbarbuto
Path Finder

You might be able to embed the source in an iframe. Something like this..

 

    <panel>
      <title>MSFT365Status</title>
      <html>
         <iframe src="https://twitter.com/MSFT365Status" height="50" width="250" style="border:2;">
         </iframe>
       </html>
    </panel>

 

 

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@abby_xr 

You can achieve the same using API.

You can refer this link for API and example.

https://python-twitter.readthedocs.io/en/latest/installation.html

https://github.com/bear/python-twitter/tree/master/examples

And there is one app is also available in Splunkbase but I think it is not supported by Splunk. But you can check the functionality of that app.

https://splunkbase.splunk.com/app/1162/

 

KV

0 Karma
Get Updates on the Splunk Community!

Buttercup Games Tutorial Extension - part 9

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Buttercup Games Tutorial Extension - part 8

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Introducing the Splunk Developer Program!

Hey Splunk community! We are excited to announce that Splunk is launching the Splunk Developer Program in ...