AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

Stripchat API / bot scrapers

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.

NaomiNSFW

Cam Model
Mar 3, 2024
220
132
16
mia.nsfwsites.info
Twitter Username
@MiaBDSM
Chaturbate Username
miabunni
ManyVids URL
https://www.manyvids.com/Profile/1008138671/miabunni/
Hi there. I'm both a cam performer and a developer and i've been trying to figure out if I can make tools that integrate different camming platforms better together for multi-streaming either personally or for other performers both for free or paid.

Stripchat has no official bot support and they don't seem to allow bot scrapers for grabbing publicly available info like tip amounts from a specific stream. I'm wondering if this is specifically just because bots are typically used to scrape information that is illegal to copy regardless like a recording of the live performance.

I'm wondering I guess what are the limits of what I am able to do and if I am free to grab info for my own personal benefit and the benefit of other streamers who opt-in to wanting to use any tools I create such as allowing it to work with other Chaturbate bots.

One such example is a Spanks Bot I made for Chaturbate recently. I'd love to be able to use it too keep track of how many spanks are given through different methods but if I decide to stream on Stripchat as well this becomes impossible to keep track of. If permission is given I could update this live on OBS and improve the performance.

I also want to try and make my own chat application so I can log tips and messages better than what Lovense provides. They already have a monopoly on toy integration and they shouldn't have a monopoly on chat integration as well. Luckily ShineModel exists as well but it doesn't support newer sites such as Joystick.tv which look interesting.
 
Upvote 0
Sophie Ladder already made one but it's just about selected fetishes, so I can imagine something more detailed for camsites specifically (i.e. you can't wear a nun costume on CB) could be useful as well.
Oh yeah i've been in contact and i'm using a similar (ish) format to sophieladders but obviously including a lot more info and notes.
 
Upvote 0
Somewhere in my post history is a pretty detailed writeup of how you can access tip data. The basic's of it is you to can directly connect to the websocket to get access to it since there is no public api. The main bulk of the post is about chaturbate but I used the same method to get the data from stripchat.

would u be able to build another stripchat same layout?
 
Upvote 0
Upvote 0
Lol speaking of which i'm making an excel sheet of different sites and all the different ways u can get banned, it's a lot i've found.

I really chose the path of doing anything but camming haven't I lol. Oh well at least i'm gonna be prepared. Tbh I don't know anyone else who would spend almost 1 consecutive month on it 👀 so i'll fill that gap I guess.
Much appeciated
 
Upvote 0
Hi there. I'm both a cam performer and a developer and i've been trying to figure out if I can make tools that integrate different camming platforms better together for multi-streaming either personally or for other performers both for free or paid.

Stripchat has no official bot support and they don't seem to allow bot scrapers for grabbing publicly available info like tip amounts from a specific stream. I'm wondering if this is specifically just because bots are typically used to scrape information that is illegal to copy regardless like a recording of the live performance.

I'm wondering I guess what are the limits of what I am able to do and if I am free to grab info for my own personal benefit and the benefit of other streamers who opt-in to wanting to use any tools I create such as allowing it to work with other Chaturbate bots.

One such example is a Spanks Bot I made for Chaturbate recently. I'd love to be able to use it too keep track of how many spanks are given through different methods but if I decide to stream on Stripchat as well this becomes impossible to keep track of. If permission is given I could update this live on OBS and improve the performance.

I also want to try and make my own chat application so I can log tips and messages better than what Lovense provides. They already have a monopoly on toy integration and they shouldn't have a monopoly on chat integration as well. Luckily ShineModel exists as well but it doesn't support newer sites such as Joystick.tv which look interesting.
Did you ever figure out how to do this?

I have a pavlok device and a remote control shock collar from fancysteel. I'd love to integrate that into tips the way that Lovense does for their hush.
 
Upvote 0
Did you ever figure out how to do this?

I have a pavlok device and a remote control shock collar from fancysteel. I'd love to integrate that into tips the way that Lovense does for their hush.
Nope the response I got wasn't very helpful to be honest. Namely miss-understanding what I meant by developing a bot and thinking I meant I didn't know how to use the in-built Stripchat apps / games.

If you're making it for yourself then honestly just go for it. Stripchat does have a rate limit so don't make too many requests but other than that you should be fine.
 
Upvote 0
Nope the response I got wasn't very helpful to be honest. Namely miss-understanding what I meant by developing a bot and thinking I meant I didn't know how to use the in-built Stripchat apps / games.

If you're making it for yourself then honestly just go for it. Stripchat does have a rate limit so don't make too many requests but other than that you should be fine.
Thanks - it looks like the better option is to just shift platforms. Stripchat isn't extensible enough for my liking.
 
Upvote 0
Thanks - it looks like the better option is to just shift platforms. Stripchat isn't extensible enough for my liking.
If you're curious Chaturbate and Joystick.tv are both very developer friendly. You can use Chaturbates Event JSON Longpoll to send information directly from the site as well or Joystick bots to interact via a Websocket.

CAM4 is also anti bot. I don't know about CamSoda etc... but I imagine it's the same
 
Upvote 0
If you're curious Chaturbate and Joystick.tv are both very developer friendly. You can use Chaturbates Event JSON Longpoll to send information directly from the site as well or Joystick bots to interact via a Websocket.

CAM4 is also anti bot. I don't know about CamSoda etc... but I imagine it's the same
Thanks - this is interesting. I'm reviewing Chaturbate at the moment, but their "apps" don't allow you to use xmlhttp requests. I take it you need to use the event long poll?

Haven't looked at joystick.tv - will do so now.

Thanks!
 
Upvote 0