开发者

hotfile uploader

开发者 https://www.devze.com 2022-12-17 03:17 出处:网络
i want to write a cli program that uploads files to hotfile.com and returns the download links what is the best language to write it in and can anybody give 开发者_开发百科me some hints how to send th

i want to write a cli program that uploads files to hotfile.com and returns the download links what is the best language to write it in and can anybody give 开发者_开发百科me some hints how to send the file? Thanks


You could write it in any language which could to make HTTP requests, as C# or Java. Like most websites interactions, that language will need to support some kind of CookieContainer in order to keep your session cookie after a web login, and to fake a POST with your file content. Fiddler can help you to understand how to send that information.

As this isn't a technical problem, you should first to ask if you can do that to site support personal, to do not break any TOS clause.

0

精彩评论

暂无评论...
验证码 换一张
取 消