TweetNigma
This project enables a user to control his/her Twitter account from the desktop and see more in-depth details about the tweets on their feeds. This is a project that implements the entire twitter API into a class, using the cURL library for network communication in C++. The GUI is created using MFC in C++. Within the class, it allows the application to either use OAuth or XAuth, either the user can input a username and password or use the link generated by the application (opens automatically in the default browser) to authorize the application permanently using a pin code provided by Twitter. The class is capable of doing things such as; displaying tweets, displaying trends, searching twitter, posting a new tweet, deleting tweets, comparing and contrasting different accounts, such as followers or followed people.