A bot for posting single-word writing prompts to social media.
Go to file
Andrzej Stepien d98819445f refactor database functions so that:
- db prop is passed down from top layer (to make testing easier, and for memory efficiency)
- functions are organised into separate, themed files - for readability
- tests now pass down a test database, and update it accordingly
2023-08-17 00:26:54 +02:00
data refactor database functions so that: 2023-08-17 00:26:54 +02:00
database-calls refactor database functions so that: 2023-08-17 00:26:54 +02:00
firefish-calls remove try/catches from inner layer 2023-08-16 12:41:38 +02:00
social-interaction refactor database functions so that: 2023-08-17 00:26:54 +02:00
test refactor database functions so that: 2023-08-17 00:26:54 +02:00
.gitignore delete food names from medical dictionary 2023-08-16 16:51:39 +02:00
checkAndPublish.mjs refactor database functions so that: 2023-08-17 00:26:54 +02:00
config.mjs lower rarityBias to account for 0 minCount 2023-08-16 12:56:47 +02:00
index.mjs refactor database functions so that: 2023-08-17 00:26:54 +02:00
logger.mjs refactor database functions so that: 2023-08-17 00:26:54 +02:00
makeText.mjs name unneccessary 2023-08-15 22:22:27 +02:00
package-lock.json installed testing suite 2023-08-13 15:33:19 +02:00
package.json spellchecker is dev dependency 2023-08-15 02:10:38 +02:00
start.mjs refactor database functions so that: 2023-08-17 00:26:54 +02:00
utilities.mjs buffered prompts now have timestamp instead of iso 2023-08-15 22:33:01 +02:00