Pictureswap dot org /success

pictureswap dot org /success
refresh for new pic

Post results

Other urls found in this thread:

mega.nz/#F!p8IGkK7B!LF9zhZ2lHzW28WXtNm_k4w
ghostbin.com/paste/3j7ow6ot
jsoup.org/
pictureswap.org/media/uploads/opisafaggot.html
twitter.com/AnonBabble

...

...

...

...

...

...

hey I know her

Didn't knew ava taylor did a face surgery

I wrote this stupid thing in Java in like 5 mins, getting a shit ton load of pics. It's running since yesterday and I had more than 3GB downloaded.

It took me the whole day to sort good/bad pics.
I'm so fucking exhausted and my folder is full again.

...

btw uploading folder to mega right now

just don't rar it

entire 3gb folder, or just the good stuff?

just the good stuff, 329 MB

Mega?

Just noticed some troll pics slipped into the folder, were probably added while I was checking them, is still ok or do i have to double check before ? would take like 10 more minutes

boast nao

mega.nz/#F!p8IGkK7B!LF9zhZ2lHzW28WXtNm_k4w

Still uploading, so don't forget to refresh sometimes.

Will sort pics later

Just from reducing from 3gb to 330mb is already more than most would do

btw tell me if there is cp, I took care to remove it but as some pics were posted more than twice one of them may have slipped

Would you also share the code?

For now you should just relax and fap away as you deserve it

people actually upload that there?

sure, wait a moment
yeah, a little but when they do they just spam.
I've seen some shit while sorting the pics, made sure to shred them files

ghostbin.com/paste/3j7ow6ot
pass is moot

Also folder is uploaded, will remove bad pics now

So, this code dls pictureswap posts and then puts them into a folder?

so, how do i use this

>inb delete system32

...

yes that's what it is; want to keep the original filenames to be able to only post the website link to people, but files are deleted from server after 12 hours

Download eclipse and compile, you'll need jsoup external jar file.

Thank you based user

...

...

You're welcome user
Also checking my dubs

How long does it keep downloading for? 5000s?

This should work in bash if you have wget and curl installed...

wget pictureswap.org/$(curl "pictureswap.org/success" 2> /dev/null| grep "download" | grep -v "glyph" | cut -d'"' -f2)

...

Until you stop the program yourself, Thread.sleep(5000) means that the program will pause 5000ms (5 s) before checking if someone uploaded a new picture

...

...

...

...

...

b&

...

>compile,
how do i do that

godam i suck at this

there's something seriously wrong with you

...

Nice that's mine

...

Right click > New > Java Project
Right click on project > New > package, name it picswapgrab
Right click on package > New > Class
Empty everything and paste my code
Right click on project > Properties
Click on Java Build Path on left
Click add external jars
browse to jsoup.jar; you can find it here : jsoup.org/

Click apply, then Ok
Now save all (icon on top left of the program)
Then right click on projet > refresh
Now click File > Export ...
Double click "Java" folder, choose Runnable JAR file > Next
Launch Configuration : [Project Name] - [Class Name]

Export destination is where you want to save the file
Click finish

Now close eclipse, browse to the folder where you exported the jar file

Create a batch file and enter this :
@echo off
:a
java -jar [Filename].jar
goto a

Where [Filename] is the file you just compiled

...

When do you think you're gonna stop uploading?

Don't mind me, just wondering who got quints

shit its a fucking bot

no cp? legit surprised

it werks
tnx based user

10/10 would do switch-hands handjob with you brah

I don't know but I always just keep getting 2-3 images over and over. And those are usually always trolls.

glad you made it, you're welcome user

lol at the weeb porn, tho that's about all that was worth saving.. Not sure why ugly chicks like to post pictures of themselves anyways

Welcome to pictureswap, that's how people who can't F5 do to see new pictures

weeb porn was accidental, removed it but was posted more than once so it slipped

...

moar of this chick

This fb page is mint

Seriously though if you have that weeb shit saved please share, I'm more of a 2d permavirgin kindaguy anyways

I don't, told ya it's a mistake

but I remember seeing a dropbox link full of it, will check if I can find it, and if it hasn't 429'd

I have a feeling this girl will get fat.

who dat?

>Going that extra mile, looking for a link
Geez user I don't know what you're thinking but I can't give you a reward

>Geez user I don't know what you're thinking but I can't give you a reward
I've never been so bored

fgts.jp is down so it's shit to browse Sup Forums archives down there, so forget about it, other archives suck

Are you allowed to put Lolicon on it?

>wonder if gifs work
>post facesitting gif
>now everyones posting gifs
>mfwihavenoface.gif

No worries man, super appreciate the effort

you can even post exe files, this website is shit when it comes to file verification

Someone do the js in an image hijacking shit

...

Do you know how to parse checkboxes with Jsoup?

u mean XSS ? pictureswap.org/media/uploads/opisafaggot.html

was too lazy to make the script to really send cookies tho

Yeah cross site scripting, that's the shit

Speaking of which, is there a reason why its down? Will it be coming back?

Elements elClass = doc.getElementsByAttributeValueStarting("type", "checkbox");

idk at all, it's been a week now; sucks ...

nudes plz

is same woman?

Yeah, the only other b archive I know of is random archive but it doesnt save webms and has a shit search. Apparently its down because of the software they use to save the images but other archives use it aswell which is weird..

thanks. excuse my ignorance, I just started looking into jsoup since you mentioned it, could you perhaps point me into the right direction as to where to implement that in my code?
img related

Depends on what you want to do, but after your "doc = ..." statement in all cases

If you only have one checkbox on your page you can select it by doing
Element checkBox = elClass.get(0);