Skip to content

Twitter client written on C# and WPF using Model-View-ViewModel(MVVM) design pattern.

License

Notifications You must be signed in to change notification settings

KirillLykov/AnhingaTwitterClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Several years ago I wrote an article about MVVM design pattern in WPF
(http://www.codeproject.com/Articles/139875/WPF-Twitter-Client-with-Model-View-ViewModel-Desig).
Then I continued developing WPF TwitterClient based on MVVM and wrote Anhinga.

As you know twitter api use AOuth autorisation protocol. Thus in order to use Anhinga
you have to register your own twitter application 
on the Twitter portal. After that you will obtain so-called ConsumerKey and ConsumerSecret.
You need to enter them in AnhingaTwitterClient properties.

It has several dependencies: hammock, newtonsoft.json, tweetsharp.twitter, tweetsharp.
Put the following files in the folder "thirdparty" next to AnhingaTwitterClient folder:
Hammock.dll
Newtonsoft.Json.dll
TweetSharp.Twitter.dll
TweetSharp.Twitter.xml
TweetSharp.dll	
TweetSharp.xml

About

Twitter client written on C# and WPF using Model-View-ViewModel(MVVM) design pattern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages