Search results

  1. naughtynewell

    Journey To Building A Better Cam Site

    Thanks! It's in it's 5th or 6th generation at this point so it's gotten pretty well defined over the iterations that I've built of it.
  2. naughtynewell

    Journey To Building A Better Cam Site

    The code is all private at the moment, I don't have any intentions of putting it to the public as it's a personal project that was never intended to be a group contribution style code base.
  3. naughtynewell

    Journey To Building A Better Cam Site

    Right. As some of you may be aware I've done a few of these over the years, and always petered out pretty quickly. I'm a programmer. Elsewhere on this forum I've got a thread detailing some code I wrote that makes it easier for anyone to built a decent cam site that leverages Chaturbate's...
  4. naughtynewell

    Chaturbate API

    Where are you finding this?
  5. naughtynewell

    Chaturbate API

    OK - new URL. The IP4 address is now no longer valid. It will direct you to a blank page. The url that you now need to use is: https://cb-meta.com/api/v1/performer/ The websocket server is residing at: http://ws.cb-meta.com/ If you have any questions, please ask them here.
  6. naughtynewell

    Chaturbate API

    OK - I think it's probably time for me to write a short guide as there are a few new features that people have been asking for that I have now built and are working (as far as I can tell). The first is the status endpoint. To use the end point, you need to make a POST request via ajax or...
  7. naughtynewell

    Chaturbate API

    I'm not sure what you're asking, but is this what you mean?
  8. naughtynewell

    Chaturbate API

    OK, Pretty sure things are working now. If you send a POST request to /api/v1/status/ With a json object as your data in the following format: { "performers":["performer1", "performer2"] } You will get a response of an array with "performer": true or false depending on which performer...
  9. naughtynewell

    Chaturbate API

    Just a heads up, there is a lot of requests for a "status" feature. I'm working on it and should have it released soon, it will allow you to send an array of performer names and get their current online/offline status in return.
  10. naughtynewell

    Chaturbate API

    Hey guys, quick update; the api is back online and running again. To keep costs to a minimum, it's not running on any kind of domain name, just the raw ip4 address: http://3.16.31.21:7777/api/v1/performer/ It's also probably not going to be SUPER able to handle a huge amount of requests. So...
  11. naughtynewell

    Chaturbate API

    I'll have a play around and get things up and running again today. There are a few small performance tweaks that I need to make. Thanks all.
  12. naughtynewell

    Chaturbate API

    Did realize people were actually using this, logs showed no interaction for ages. I can bring it back online if there's enough interest. The longer it runs the more likely it is to start costing me serious money, however. So I tend to take it down and clean out the DB about once every month or...
  13. naughtynewell

    Chaturbate Meta API - Journey To Income???

    Update: I've added a few little extra bits on to the endpoints, particularly an extra object with a few details about the api deploy date and versioning.
  14. naughtynewell

    Chaturbate Meta API - Journey To Income???

    Hey guys, I've built a few of these over the years, but I've finally bitten the bullet, gotten some hosting and am actually going to get some work done in the area. I've just soft-launched my API for Chaturbate affiliates. If you're an affiliate and you'd like to be a bit more selective with...
  15. naughtynewell

    Adult Tube Website 2018 - Whats Next?

    Ugh, here we go again. Just started a new site - once again. Nice guide website btw, full of very useful tidbits of information.
  16. naughtynewell

    [Porn Reup] 100 Videos to $500 per month. Set & Forget.

    Do you do this exclusively from xhamster -> another site? Or are you finding as many places as possible to source your videos from?
  17. naughtynewell

    Building a community for no reason - or am I?

    I'm SUPER interested in that. I'm planning on getting a BBW offer as the pinned message, but I'm not really keen on getting 1000 subs a day until I have some content to keep them around, if you know what I mean. I need to grab a HUGE amount of images and vids for it to be an effective...
  18. naughtynewell

    Building a community for no reason - or am I?

    For total clarity - here is the python class that I built for downloading images. https://pastebin.com/LMYrKWdw To use it: from iv_chan import ChanAPI gif_board = boards.get_board('gif') for thread in gif_board: thread.download() This will download all of the threads on the /gif board...
  19. naughtynewell

    Building a community for no reason - or am I?

    Thanks! I've just created a script to upload an image to imgur, which is nice. Will probably do the same for gfycat.
Back
Top