ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Screenshot Captor

Screenshot Captor Badly Needs to Interface Well with an Uploader - SOLVED

(1/2) > >>

mouser:
This issue has been solved and the thread closed.  To discuss further please use this thread.




It's clear that people want to be able to easily upload screenshots to image sites, ftp servers, etc., in an easy way.
I'd really rather avoid writing one from scratch, but i'm willing to write some custom code to interface with an existing generic free uploader tool that supports different sites.
I'd appreciate suggestions and help locating and testing such tools. The requirements are:

* They need to support a queue of files.
* They need to support many common destination sites (image upload sites, ftp servers)
* They need to have a rich commandline interface for invoking them
* Needs to be free for personal and commercial use.
Help?

Renegade:
I don't know of any aggregated uploader components or SNS aggregation components, but if you want to look at the Flickr API, there are components for it that are very good.

I've used Flickr.NET and it's good:

http://flickrnet.codeplex.com/

I'm sure there are others. Flickr is nice to work with. They've got their s**t together from what I've seen.

The TwitPic API has components for it that can help as well. Some Twitter components are TweetSharp, Twitterizer, and TwitterVB. There are others as well. Again, from what I've seen, the Twitter-side of things have their s**t together. Very nice to work with.

If you want to upload to Facebook, beware. The Facebook API documentation is nothing short of

NFSW because I have nothing good to say about itcomplete and total fucking horseshit with abso-fucking-lutely zero low level documentation and only some shitty fucking JavaScript API crappy examples. It just goes to show how entirely dis-fucking-organized...

Sigh... I need to stop there. You get the idea.  :mad:

The Facebook API also tends to have breakage in places with little in the way of communication with developers to let them know about fixes or anything. Can we say, "let's be secretive like Apple?"

However, it's still worth looking at because if you find a decent component for the Facebook API, then uploading is pretty simple. (Logging out is the problem...)

For FTP, have you looked at INDY?

Many of the image upload sites have APIs, but I've not tried a lot of them and can't speak as to their sanity levels.

I know that doesn't really address what you're looking for, but perhaps it might help a little bit.


mouser:
I really dont want to write a dozen different uploader wrappers for different services just for SC.  I'd much rather find a stanalone queing uploader that SC can hand off to.

Renegade:
I really dont want to write a dozen different uploader wrappers for different services just for SC.  I'd much rather find a stanalone queing uploader that SC can hand off to.
-mouser (September 07, 2011, 07:45 PM)
--- End quote ---

Yeah... I kind of figured that. Sorry, but I don't know of any 1-stop image uploader. :(

The ones I mentioned above are wrappers, and don't require a lot of work, though they're still not trivial to get working.

I'd also be interested, so I'll be watching this thread.

Renegade:
I just found this:

http://pixelpipe.com/

It's not exactly what you're looking for, but it's perhaps better than nothing, and could work. They say they're not accepting new developers at the moment, but it can't hurt to try...

Navigation

[0] Message Index

[#] Next page

Go to full version