[SOURCE] API (c#) for: Binbox, Shorte, Relink, nCrypt, Imgur, Picload, encrypterme.ga

Status
Not open for further replies.

mOrfiUs

Member
11
2015
0
40
https://github.com/mOrfiUs/uploaderNet

Sample video (youtube)


API for: Binbox, Shorte, Relink, nCrypt, Imgur, Picload, encrypterme.ga, youpaste.co, linkcrypter.net, Deviansart


Introduction:


Several images Host and monetization services have an API, which often tends to be hardly accessible from .Net. technology.
These APIs have a common operation. Data are sent to the web via a POST request, and it returns a text (link) in JSON, XML, plain, etc.
The composition of elements to post includes one or more identifiers (ID, hash), as well as data processing either text or a file.
This composition may be truly single or complex as in the case of Binbox.
Requests are almost always performed asynchronously via HttpWebRequest, but are implemented several simple examples using WebClient.


This code is shown as a simple way to access from c#.


API's:


Monetization Services
Binbox
Shorte


Encryption Services
Relink
nCrypt
encrypterme.ga
youpaste.co
linkcrypter.net


Images Host
Picload
Imgur
Devianstar


You need an account in each web service, and activate API (user options).


"uploaderNet.apis" sample
idShorte=eeeeeeeee
idRelink=2222222222
idBinbox=idBinbox
idNCrypt=rrrrrrrrrrrr
idImgur=eeeeeeeee
idSecretImgur=6666666666
idPicload=idPicload
hashPicload=dddddddddddd
urlMCrypter=http://encrypterme.ga/api
urlMCrypter=http://youpaste.co/api
urlMCrypter=http://linkcrypter.net/api


Points of interest:

The integration between Java and .Net need an additional DLL, Jurassic.dll. Getting to understand how this integration work can be very complex, but once acquired the necessary knowledge, a range of possibilities for carrying out all kinds of scripts written in Java from .Net.
The Binbox monetization service uses "Javascript Stanford Crypto Library"
Thanks to this integration of both platforms (Java and .NET), in a couple of lines of code can solve problems that otherwise would require migration code, a task that can take months.


To access Picload, it has created a DLL supports COM technology more than 20 years that still holds true in Windows environments. This makes it possible to call from PHP, Excel, Java, or any Windows application.


The interface design is inspired by current Windows 10 and Android (Metro/Modern)


An Input Box with same design, allows a simple way to interact with the user.


The massive use of these APIs can block your user account, or even banned from the service.


The code don't have error control (try/catch), no brackets, and no comments.


If you need a custom development, or any other issues, please contact via email.


apifilmaffinityimdb[[at]]g m ail.com
 
Status
Not open for further replies.
Back
Top