ShareX/UploadersLib/ApiKeys/ApiKeys.cs
2013-12-21 15:38:16 +02:00

80 lines
4.3 KiB
C#

#region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
Copyright (C) 2008-2013 ShareX Developers
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Optionally you can also view the license at <http://www.gnu.org/licenses/>.
*/
#endregion License Information (GPL v3)
namespace UploadersLib
{
public static class ApiKeys
{
// Image Uploaders
public const string ImageShackKey = "47BDEOSU2e5bd1f5ce9a80238aec942c1ce42b83";
public const string TinyPicID = "e2aabb8d555322fa";
public const string TinyPicKey = "00a68ed73ddd54da52dc2d5803fa35ee";
/*public const string ImgurAnonymousKey = "af2fde9818ae53e7670ab52fb8ade644";
public const string ImgurConsumerKey = "7daf4350229dc1fd8a9d5f8a2302094004fab40cf";
public const string ImgurConsumerSecret = "6324137e9489cc561f76c372cc5efcd3";*/
public const string ImgurClientID = "d297fd441566f99";
public const string ImgurClientSecret = "e7d67e86cafa32e313930100607c7ed953c5ad83";
public const string FlickrKey = "fbe042faa01e6af0371b6d87be75436a";
public const string FlickrSecret = "9f85687dcccc7ef9";
public const string PhotobucketConsumerKey = "149828681";
public const string PhotobucketConsumerSecret = "d2638b653e88315aac528087e9db54e3";
public const string UploadScreenshotKey = "2807828f379860848433221358";
public const string ImageBamKey = "P9MMWVORXYCVM9LL";
public const string ImageBamSecret = "8NHVT2W777DEHZBV54A4CIT23XJFTL1D";
public const string TwitsnapsKey = "694aaea3bc8f28479c383cbcc094fb55";
public const string TwitPicKey = "816528c0152003a64e45402370805a5a";
// File Uploaders
public const string DropboxConsumerKey = "0te7j9ype9lrdfn";
public const string DropboxConsumerSecret = "r5d3aptd9a0cwp9";
public const string MinusConsumerKey = "b57b69843f7a302a276dde89890fc6";
public const string MinusConsumerSecret = "3fb097f08314d713959b1f41d543b0";
public const string BoxKey = "5vd8549xmn9a7zil4iupb0ciroj7cvee";
public const string BoxClientID = "5vd8549xmn9a7zil4iupb0ciroj7cvee";
public const string BoxClientSecret = "52VncS5clEEdV4ck8NspYECWvsZo69LA";
public const string SendSpaceKey = "LV6OS1R0Q3";
public const string DropIOKey = "6c65e2d2bfd858f7d0aa6509784f876483582eea";
public const string Ge_ttKey = "tdrrlb84kq2dquxrh4dw79gr3act0529";
public const string JiraConsumerKey = "NJgrJ4EhAahDwYuxLTtT"; // Random generated string
// Text Uploaders
public const string PastebinKey = "4b23be71ec78bbd4fb96735320aa09ef";
public const string PastebinCaKey = "KxTofLKQThSBZ63Gpa7hYLlMdyQlMD6u";
public const string GistId = "badfa7b5e0a67e31da88";
public const string GistSecret = "a538eff39300680f43d123a59ab9c1d9d4763640";
// URL Shorteners
public const string BitlyClientID = "0bf9726bea922ab7d5760a913d6749b441e5176a";
public const string BitlyClientSecret = "1156e02a228deccbe8c7f100711411063249497b";
// Other Services
public const string GoogleClientID = "810697162603.apps.googleusercontent.com";
public const string GoogleClientSecret = "BzjPSjDufImJM6Dcg-WBZvoh";
public const string GoogleAPIKey = "AIzaSyDjW0ATw7G-72iAoNsnkGbQKplasWG3eSA";
public const string TwitterConsumerKey = "Dw9iuniatwgsk4nwOcKGNg";
public const string TwitterConsumerSecret = "q2fGaWzuHbbRwQPast1lYZjFnpuiI6axTYWwTytj8";
public const string PicnikKey = "3aacd2de4563b8817de708b29b5bdd0e";
}
}