A desktop application built in WinUI 3 for personal learning purpose.
- Checkout the codes to a working directory;
- Create a file
appsettings.json
with the following entries: \{ "TwitterConfig": { "ConsumerApiKey": "...", "ConsumerApiSecret": "...", "AccessToken": "...", "AccessTokenSecret": "..." } }
- The values for the entries above can be gotten from Twitter Developer Portal. You have to create a Standalone App;
- Run the program with Lunar.WinUI3Playground (Package) as startup project on Visual Studio 2022.
Read more at WinUI 3 Learning Notes.
This library is distributed under the GPL-3.0 License found in the LICENSE file.