Skip to content

Latest commit

 

History

History
 
 

nouns-bots

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@nouns/bots

A bot that monitors for changes in Public Noun auction state and notifies everyone via Twitter and Discord.

Environmental variables setup

Copy .env_example to .env and update vairables.

Docker setup

Copy docker-compose_yaml_example to docker-compose.yaml and update. Don't forget to set a secure password that matches in both .env and docker-compose.yaml

Block public connections to the Redis server port 6379 unless you need a publicly accessible Redis instance.

Install dependencies

yarn

Start Redis

docker-compose up -d

Start bots

yarn start

To run detached from console:

(nohup yarn start&)