View Single Post
Old 06-07-2017, 01:54 PM  
lokee81
Registered User
 
Industry Role:
Join Date: Jun 2016
Posts: 17
Quote:
Originally Posted by sarettah View Post
The chaturbate url will give you a feed in JSON format. You save that feed on your server but you need a program of some sort to do that with.

Load the JSON feed url from chaturbate in a browser and you can see what it will return. It will be in JSON format, but then you need to write that to a file on your server if you are going to store it.

I have not played with node.js ao I am of no help to you there but the program would have to do several things.

1. Pull the feed.
2. Store the feed in a file.

That is the basic that you need to have occur periodically.

Then from your html page you can call the json data from the server when you need it.

.

OK, Thanks for the help so far My research continues
__________________
camporn.xxx
lokee81 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote