The source code to Rise Quotes on Twitter
Build Quill and cli-bot-lib, and then make project references to both the libraries in the csproj. You may also recursive clone cli-bot-lib and everything should work from there (granted you don't change the structure).
Make a login.txt file in the main directory file and fill it in this manner
username
passwordIt's not the most secure method to do this but it'll have to work with me.
You can find the source of the cli-bot dll at cli-bot-lib
You can find the Quill library in this repo.
You also need Newtonsoft.Json, Selenium, and WaitHelpers as Quill depends on them.
Again, this repo does not include most of the code that runs the management of the bot, but only what will be tweeted. All that code can be found in cli-bot-lib. Please refer to that if you want to see more of the innerworkings of the bot.
Quill is a library that streamlines webscraping twitter with the sole purpose of making bots. It's limited in features as its only good for composing tweets but that should be enough to satisfy the needs of most bots. There is no nuget page setup as of right now so the only way to obtain the package is by compiling the experimental branch. If you recursively cloned the cli-bot-lib repository, the Quill repo should be included.