A C# console application containing common Twitter actions for bots.
Tokens and collection IDs are contained in app settings (appsettings.json).
-
Navigate to the project directory
-
Add your tokens to the App Settings file (appsettings.json)
-
Open the .sln file
-
Write your logic on Program.cs (or uncomment the provided examples)