This repo is no longer being updated. Please see the new adachi reaction for the latest changes
the source code for https://twitter.com/adachireaction with comments
it uses playwright
when building with playwright for the first time, you will have to install its browsers.
- build the program
- get the error saying the playwright browsers aren't installed
- open the command prompt
- navigate to the base project folder on the command prompt. the command will look something like: cd C:\Users\{username}\source\repos\adachi-reaction-bot-open
- run this command: pwsh bin/Debug/net7.0-windows/playwright.ps1 install
it should install and work then