Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Dark Souls Messages Twitterbot
This bot was created using the egg-mode crate and a list of possible Dark Souls messages from the game files of Dark Souls III. A running example may be found under the username @ds_message_bot.
The program expects a list of all possible single-line messages to be in dsmessages.txt and a list of all possible conjunctions between the lines of a two-line message to be in dsconjunctions.txt (both separated with newlines).
Egg-mode requires the Twitter authentication data to be in src/common/consumer_key and src/common/consumer_secret. When first launching the bot, it will prompt to authenticate via OAuth.
You'll have to hardcode the pathes (also the one for twitter-settings created by mod.rs) – or do something else that fixes the problem – if you want to launch the bot from another place than its main folder.