git clone https://github.com/linksplatform/Bot
cd Bot/csharp/Bot
dotnet restore
For the bot to work, you need to get a token. You can do this here: https://github.com/settings/tokens/new.
dotnet run NICKNAME TOKEN APP_NAME [LINKS_DB] [FILE_SET_NAME] [MINIMUM_INTERACTION_INTERVAL]NICKNAME- A username.TOKEN- A GitHub access token.- A name of your GitHub App.
- Path to a database file. Default:
db.links - File set name. Default:
HelloWorldSet.
dotnet run MyNickname ghp_123 MyAppName db.links HelloWorldSet./run.sh NICKNAME TOKEN APP_NAME