Twitter Bot to Bust Bitcoin FUD
If not installed, install nodeJS from https://nodejs.org/en/
Then execute to install required packages
npm install
- Copy
config.dist.mjs
toconfig.mjs
- Fill Twitter API credentials
- In
run.mjs
You can fork this repository to add articles to the material/
folder.
The data format is JSON. Each entry contains the following fields:
- tags: relevant tags to find relevant answers
- answer: the pure answer text
- links: the links that will be added to the answer. Multiple links are possible, the bot will chose a random link from the list.
You can test queries by running
node query.mjs
You'll be prompted for the query and upon hitting enter you get the most relevant result as it would be tweeted.