These bots were running on Jenkins, which were hosted on AWS.
Data used by a bot, that is regularly updated by an external source, should be handled by our instance of the Biothings.api. The bot should access the data from the mongodb server which is running on the same instance as Jenkins.
See Bot Status
Code for detecting changes and creating robot templates is located here: https://github.com/SuLab/scheduled-bots/blob/master/scheduled_bots/disease_ontology/robot/run.py
Install files from requirements.txt and WikiDataIntegrator via pip. Install scheduled-bots by changing into the directory with the setup.py file and install it with pip install -e .
To import from scheduled-bots, you may also need to add that same directory to your system path with sys.path.insert(0, '<path>')
.