Skip to content

This is a bot that plays UrbanDead.com and take the ingotmation its characters collect to keep the Wiki up to date.

License

Notifications You must be signed in to change notification settings

reimannsum/DangerBot

Repository files navigation

DangerBot

DangerBot is an automated project designed to monitor the HTML-based game Urban Dead.

Getting Started

Installation

This project uses pipenv to manage dependencies. Once pipenv is installed on your system you can run the following commands to get its dependencies and run it.

pipenv install

Running DangerBot

You can run DangerBot with the following commands

# to move the characters in the game
pipenv run python -m dangerbot scout

# to update the wiki from the logs
pipenv run python -m dangerbot report

Tasks

There are 3 main objectives that DangerBot is designed to accomplish

  • Check the Urban Dead wiki for stale information about the game's buildings
  • Check the Urban Dead wiki for stale information about the game's mobile phone masts
  • Walk several characters around the game city to gather information used to update the game's wiki

Development

To install dependencies for developing DangerBot you should run the following command

pipenv install --dev

To execute the tests, simply run

pipenv run python -m pytest

License

This project is distributed under the terms of the LICENSE file found at the top level of this repository.

About

This is a bot that plays UrbanDead.com and take the ingotmation its characters collect to keep the Wiki up to date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published