Skip to content

HabitRPG/tools-for-habitica

Repository files navigation

This repo contains various small scripts for working with exported data or API data from Habitica ( http://habitica.com/ http://habitica.fandom.com/ ).


UPDATE 2020-06-15:

The default branch for this repo is now develop rather than master. This removes racially-charged language and is the same convention used in Habitica's main repo.


equipment_table_creator.html

A stand-alone Javascript-enabled web page that grabs data from the Habitica API to generate the tables code for Equipment Table and Enchanted Armoire on the Habitica Wiki.

The tool works with languages other than English by appending ?language= and the language code to the end of the URL (ex. ?language=uk).


habitica_user_data_display.html

A stand-alone JavaScript-enabled web page that reads a user's data and displays such things as an unallocated points reminder, limited habit history, quest progress, equipment lost from death, number of drops received today, tasks that have not been tagged, etc.

More features added upon request (if possible and if time permits).


quest_table_creator.html

A stand-alone Javascript-enabled web page that grabs data from the Habitica API to generate the tables for Equipment Table and Enchanted Armoire on the Habitica Wiki.

The tool works with languages other than English by appending ?language= and the language code to the end of the URL (ex. ?language=uk).


task_adjustor.html

A stand-alone JavaScript-enabled web page that allows users to bulk update task data such as tags, difficulty, attributes, and due date.