Skip to content

zAfLu/Twice

 
 

Repository files navigation

Twice

Twitter Windows Client - Follow @TwiceApp

Mentions

Building

  • Visual Studio 2015 required (I guess)
  • Create a new file [REPO]/Twice/Constants.Auth.cs with the following content
namespace Twice
{
	internal static partial class Constants
	{
		public static class Auth
		{
			internal static readonly string ConsumerKey = "YOUR-CONSUMER-KEY";

			internal static readonly string ConsumerSecret = "YOUR-CONSUMER-SECRET";
		}
	}
}

where you replace YOUR-CONSUMER-KEY and YOUR-CONSUMER-SECRET with your access tokens.

  • Open solution
  • Build

About

Twitter Windows Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • PowerShell 0.1%