hi /prog/, I need to make an auto-poster for another board, and I have little to no programming knowledge. can someone help me with the basics of what should I do so I can later proceed myself?
Start with Microsoft Visual Basic.NET Express; it has pretty good web interaction classes (for example, it's probably best for you to start an IE instance, and automatically fill in the values, then have your program send it), so you don't have to mess with sockets and shit by yourself. If, god forbid, you are working on Linux, your job just got a lot harder. You'll probably have to work in perl (which looks something like this: try{s=`[\post\]`.`[\insrt.("filename")\]`.(string)class("textbox").add("dicks.jpg","+sWrB","\[.|,|:;|*]\");s.execute(__this.thread);}catch(a=(*error)->(error[callback]())){return a(null)[0];}
Name:
Anonymous2012-12-07 19:48
>>4
I want to learn it, I just don't have enough time. now can you please give me some help?
Name:
Anonymous2012-12-07 19:49
>>5
I have never tried Visual Basic but heard it isn't that hard, thank you.
Also, I am on windows.
It's very simple. You can do it all with a shell script.
1. Try viewing the imageboards without Javascript on. The Google™® CAPTCHA® area will turn into a visible iframe that will give you a hash for solved captchas; this allows you to decouple the captcha solving and posting. You can find the URL of this iframe in the HTML source.
2. Use curl to fetch the iframe data, feh to display the captcha challenge image, and curl again to send the attempt and receive the hash.
3. Use (2) to save many correct capcha hashes; but remember that m00t surrendered to his Muslim overlords, so they only last for circa 5 minutes before expiring.
4. Use curl and various filesystem tools to spam whatever shitty images/text you want as a request to board.4chan.org/post.php or whatever it was.