Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecat/clipupload
Old application to upload images and other files to certain places on the internet.
https://github.com/codecat/clipupload
Last synced: 6 days ago
JSON representation
Old application to upload images and other files to certain places on the internet.
- Host: GitHub
- URL: https://github.com/codecat/clipupload
- Owner: codecat
- License: gpl-2.0
- Created: 2012-04-15T15:37:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T01:43:32.000Z (almost 4 years ago)
- Last Synced: 2023-03-12T05:02:28.524Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 1.69 MB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
ClipUpload 3
============No longer maintained.
General Info
------------
The Visual Studio 2010 solution for ClipUpload 3 has 11 projects associated to it:
- ClipUpload3: The program itself
- AddonHelper: This contains a class that is to be inherited by addons for extra helper methods.
- GlobalHook: Library that handles global Windows hooks.
- Dropbox: The Dropbox addon
- FTP: The FTP addon
- Imgur: The Imgur addon
- Pastebin: The Pastebin addon
- PostHttp: The http POST method addon
- Snaggy: The optional Snag.gy addon
- TestAddon: Addon for testing. Merely used for testing new methods in AddonHelper.Build Info
----------
Each addon project has been set up to build to the ClipUpload3\bin\Debug\Addons folder. You will probably need to set up every config file yourself in the bin\Debug folder. Get them from your installation, as it's nearly impossible for me to include clean files in this repository :)