View Full Version : dear ruby,joji,stevey,clay?monde, lily,timmy, anyone here willing to help me out? it will make me so much money!!
ewokmyweewok
12-04-2019, 02:20 PM
please help me guys we could of made 3k a month last year.
i am the leader of the underground streamer community and they are all looking to me to make a site like this
https://iceposeidon.live/
or https://ip2.network/
right now they are making around 5k a day
if anyone here is illing to help me iim willing to gie you 20% of all donations for 3 months and 50% of my own donations for 3 months or a year
i am willing to pay someone 10$ i that helps, please help me this can be big$$ i was on 3 podcast this week and everyone is begging me, none of them have any idea how to use the internet
m0nde
12-04-2019, 02:22 PM
lol, get stevey to help you. he's an expert
Autistic Spectrum
12-04-2019, 02:22 PM
i would have helped you but my screenname is not in the title of this thread
Autistic Spectrum
12-04-2019, 02:24 PM
it's a link list to youtubes that are streaming with number of people watching, it's like a 2 hours job with the youtube api, I WANT 30 GRAND TO DO IT
ewokmyweewok
12-04-2019, 02:24 PM
i havent talked to stevey i na month he disapeared off discord...... autistum spektrum i love u bro i tell all my chatroom friends abiut you fucking over lily
Autistic Spectrum
12-04-2019, 02:25 PM
https://developers.google.com/youtube/v3
use that it's not hard if you know how to read and copy and paste
m0nde
12-04-2019, 02:26 PM
lol
lol
well im retarted and old and stupid
Battery Bits
12-04-2019, 02:28 PM
well im retarted and old and stupid
No you’re not
ewokmyweewok
12-04-2019, 02:29 PM
lol i have chosen the path to pull a hair out every second for the next 20 year i cannot sacrifice time to make a site right now no a days its so complicated its not just compy and paste
Autistic Spectrum
12-04-2019, 02:29 PM
Use cases
list (by ID)
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list (by ID)' example for the liveBroadcasts.list method. This example retrieves information about a specified live broadcast. It uses the id request parameter to identify the broadcast.
list (by broadcast status)
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list (by broadcast status)' example for the liveBroadcasts.list method. This example retrieves information about active live broadcasts. The broadcastStatus request parameter can be used to retrieve information about about all, active, completed, or upcoming live broadcasts. Note that the broadcastStatus parameter is also set to all to ensure that all matching broadcasts are included in the response.
list (my broadcasts)
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list (my broadcasts)' example for the liveBroadcasts.list method. This example retrieves information about the authenticated user's live broadcasts. Note that the broadcastStatus parameter is also set to all to ensure that all matching broadcasts are included in the response.
Battery Bits
12-04-2019, 02:29 PM
Stop blowing snot on the floor
Autistic Spectrum
12-04-2019, 02:30 PM
that's it
make a data store that puts all the users id in there then just hit there api with those 3 things and make a simple html templete that binds the data, bing bang boom your 3 grand a month richer for sure
Autistic Spectrum
12-04-2019, 02:32 PM
<script src="https://apis.google.com/js/api.js"></script>
<script>
/**
* Sample JavaScript code for youtube.liveBroadcasts.list
* See instructions for running APIs Explorer code samples locally:
* https://developers.google.com/explorer-help/guides/code_samples#javascript
*/
function authenticate() {
return gapi.auth2.getAuthInstance()
.signIn({scope: "https://www.googleapis.com/auth/youtube.readonly"})
.then(function() { console.log("Sign-in successful"); },
function(err) { console.error("Error signing in", err); });
}
function loadClient() {
gapi.client.setApiKey("YOUR_API_KEY");
return gapi.client.load("https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest")
.then(function() { console.log("GAPI client loaded for API"); },
function(err) { console.error("Error loading GAPI client for API", err); });
}
// Make sure the client is loaded and sign-in is complete before calling this method.
function execute() {
return gapi.client.youtube.liveBroadcasts.list({
"part": "snippet,contentDetails,status",
"id": "YOUR_BROADCAST_ID"
})
.then(function(response) {
// Handle the results here (response.result has the parsed body).
console.log("Response", response);
},
function(err) { console.error("Execute error", err); });
}
gapi.load("client:auth2", function() {
gapi.auth2.init({client_id: "YOUR_CLIENT_ID"});
});
</script>
<button onclick="authenticate().then(loadClient)">authorize and load</button>
<button onclick="execute()">execute</button>
Autistic Spectrum
12-04-2019, 02:35 PM
elz is a freelancer right, he could do this for you, it's not hard
m0nde
12-04-2019, 02:37 PM
well im retarted and old and stupid
what does this thread have to do with you? This was ewok asking about something
what does this thread have to do with you? This was ewok asking about something
nothing just being funny thats all
Autistic Spectrum
12-04-2019, 02:38 PM
use this domain https://www.namecheap.com/domains/registration/results.aspx?domain=lisabushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpig.com for it
Battery Bits
12-04-2019, 02:38 PM
Don’t try and police Bev.
Autistic Spectrum
12-04-2019, 02:39 PM
god dam word filter
Battery Bits
12-04-2019, 02:39 PM
use this domain https://www.namecheap.com/domains/registration/results.aspx?domain=lisabushpigbushpigbushpigbushpigbushpigbushpigbushpigbushpig.com for it
Fuck you
Don’t try and police Bev.
WHAT
Battery Bits
12-04-2019, 02:40 PM
WHAT
I was telling monde to leave you alone and not tell you where to post
Autistic Spectrum
12-04-2019, 02:40 PM
Fuck you
your name is only 8 dollors a year i would get it before monde or bgd does
Battery Bits
12-04-2019, 02:40 PM
Not to police you
Battery Bits
12-04-2019, 02:41 PM
your name is only 8 dollors a year i would get it before monde or bgd does
I have to change my name if I want to go back to teaching anyway
Autistic Spectrum
12-04-2019, 02:41 PM
lisa how long till you get this shitty fourm shut down for good
Battery Bits
12-04-2019, 02:42 PM
lisa how long till you get this shitty fourm shut down for good
It won’t get shut down
It will just cause clay more work
m0nde
12-04-2019, 02:45 PM
teknorat once said that he would expose a bunch of pics and docs he had on you if you ever tried to go back to teaching. I think the only 2 guys who would actually do stuff like that are codey and him
ewokmyweewok
12-04-2019, 02:45 PM
look guys i have fucking mental problems i pull my hair out 24/7 i dont think i will be able to make a site can you guys just make one with me and illy copy the text for everyone
https://www.youtube.com/watch?v=CXIadyD25AI
Battery Bits
12-04-2019, 02:46 PM
yeah well that’s illegal
ewokmyweewok
12-04-2019, 02:46 PM
ill do anything name your price i could made like 50k last year ill give you 50%
ewokmyweewok
12-04-2019, 02:46 PM
https://www.youtube.com/watch?v=CXIadyD25AI heres my liv anyone can work html like a wizard wan to make cash every month
Autistic Spectrum
12-04-2019, 02:47 PM
juji/elz might do it, i'm too much money , i don't even take a meeting unless i see 10 grand upfront
Autistic Spectrum
12-04-2019, 02:48 PM
or just look on https://www.fiverr.com/
Autistic Spectrum
12-04-2019, 02:49 PM
say you want a live site like the ones you linked , tell them you want to be able to add and remove users from twitch and youtube for it
bet you can get it made for like 200 bucks
m0nde
12-04-2019, 02:50 PM
that's actually a good idea, someone on fiverr.com will actually make this for you, ewok
Battery Bits
12-04-2019, 02:50 PM
He offered $10
Autistic Spectrum
12-04-2019, 02:50 PM
i will write lisa a free porn web cam site where she fucks people/things on cam at lisaisabrickhouse.com
Autistic Spectrum
12-04-2019, 02:51 PM
that's actually a good idea, someone on fiverr.com will actually make this for you, ewok
mondes cousins will lmao
m0nde
12-04-2019, 02:51 PM
make a doll dress up game where Lisa goes back to teaching and has to wipe the internet of her past indiscretions
Autistic Spectrum
12-04-2019, 02:54 PM
I'm really busy writing my interracial men for white grandma's hookup tinder app
m0nde
12-04-2019, 02:55 PM
send me a pm when that's done, dp
Battery Bits
12-04-2019, 02:57 PM
i will write lisa a free porn web cam site where she fucks people/things on cam at lisaisabrickhouse.com
Fuck you fugly monkey boy
Autistic Spectrum
12-04-2019, 02:59 PM
lisa i'm trying to bring joy to the world wtf
Battery Bits
12-04-2019, 03:00 PM
This footer is really annoying
Clay is fat
m0nde
12-04-2019, 03:01 PM
This footer is really annoying
Clay is fat
it's very annoying he needs to fix it
Battery Bits
12-04-2019, 03:01 PM
it's very annoying he needs to fix it
He needs to remove it
lisa i'm trying to bring joy to the world wtf
like the song
ewokmyweewok
12-04-2019, 03:04 PM
ok if i go on fivver who shoul di choose what if i get scammed
Autistic Spectrum
12-04-2019, 03:05 PM
joy to the fishes in the deep blue sea,
Lisa's ass is huge and she needs to shove huge cocks up her tight pussy for all to see,
joy to you and me
Battery Bits
12-04-2019, 03:06 PM
I don’t even walk anymore
I roll
Autistic Spectrum
12-04-2019, 03:07 PM
ok if i go on fivver who shoul di choose what if i get scammed
https://www.fiverr.com/nisdeveloper/do-front-end-and-back-end-development-for-professional-website?context_referrer=subcategory_listing&source=gig_nested_sub_category_link&ref_ctx_id=1f80f43e-a18d-416f-adf9-b554caf588fb&pckg_id=1&pos=2&tier_selection=customized&extras=130864944&context_type=rating&funnel=7c0f3f2b-121b-4078-91f8-43ca42310526&ref=expertise%3Adesign%7Cpackage_includes%3Aresponsive_design%7Cprogramming_language%3Ajavascript&filtered_factors=responsive_design
Autistic Spectrum
12-04-2019, 03:08 PM
you won't get scammed, 3 pages for 105 bucks for full stack shit is a good price
Wendy <3
12-04-2019, 03:09 PM
well im retarted and old and stupid
:y:
Battery Bits
12-04-2019, 03:10 PM
He doesn’t have $105 he sold his computer for $20 so he could buy 1 gram of weed
ewokmyweewok
12-04-2019, 03:10 PM
ok hell yea
Wendy <3
12-04-2019, 03:11 PM
Fuck you ewok I'm black andbyour video the other day offended me you bald piece of ass waxing shit
Battery Bits
12-04-2019, 03:12 PM
Yeah it was disgusting
Autistic Spectrum
12-04-2019, 03:14 PM
think of all the gross shit you could do if you live streamed lisa
Autistic Spectrum
12-04-2019, 03:15 PM
lisa you don't have too do porn shit, you could just live stream your day of your cat destorying your house and smoking joints all day while you talk really slow to everyone in your stream chat
Battery Bits
12-04-2019, 03:15 PM
think of all the gross shit you could do if you live streamed lisa
I’m not interested in being a cam whore
Battery Bits
12-04-2019, 03:16 PM
lisa you don't have too do porn shit, you could just live stream your day of your cat destorying your house and smoking joints all day while you talk really slow to everyone in your stream chat
I don’t want to and I don’t talk really slow
Autistic Spectrum
12-04-2019, 03:17 PM
it's not a cam whore, it's live streaming,cam whore is where you do sex shit but you could just turn on your webcam, and talk to people who come to your stream it's not bad, and i think you would like it
Battery Bits
12-04-2019, 03:17 PM
Why don’t you just add me on skype or messenger
Autistic Spectrum
12-04-2019, 03:17 PM
I don’t want to and I don’t talk really slow
lmao you talk like marry poppins if she was on a bunch of downers
Autistic Spectrum
12-04-2019, 03:18 PM
Why don’t you just add me on skype or messenger
it's exactly like messenger but public
Battery Bits
12-04-2019, 03:18 PM
lmao you talk like marry poppins if she was on a bunch of downers
Nah
Battery Bits
12-04-2019, 03:18 PM
it's exactly like messenger but public
If YOU want me on that why don’t you just add me
I’m not interested in public streaming
Wendy <3
12-04-2019, 03:19 PM
Fight me irl ewok this nigger will beat your wig wearing waxed ass down
Autistic Spectrum
12-04-2019, 03:19 PM
i want to share you with the world lisa, try live streaming please
Battery Bits
12-04-2019, 03:20 PM
i want to share you with the world lisa, try live streaming please
No.
Autistic Spectrum
12-04-2019, 03:21 PM
https://www.youtube.com/livestreaming/
Battery Bits
12-04-2019, 03:25 PM
https://i.postimg.cc/hGrY89xN/99324-F7-B-BE4-E-4697-933-B-EEC498-FE0-CA0.png
Autistic Spectrum
12-04-2019, 03:29 PM
https://support.google.com/youtube/answer/9228389
Battery Bits
12-04-2019, 03:30 PM
I’m never going to do that anyway dp
https://support.google.com/youtube/answer/9228389
may be she can find some one on steam to visit her and become her friend
Battery Bits
12-04-2019, 03:34 PM
may be she can find some one on steam to visit her and become her friend
Gee thanks
Wendy <3
12-04-2019, 05:01 PM
thats ok
Stop trolling my messenger friend :arms:
m0nde
12-04-2019, 05:02 PM
hey are you on messenger now? want to get on with me?
Wendy <3
12-04-2019, 05:08 PM
I'm probably just gonna delete it because everyone here is mean
m0nde
12-04-2019, 05:10 PM
wtf, get on! you're going to make me cry
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.