https://github.com/alien-sunset/tracery-bot-web-page-template
a template for making web generators based on tracery code
https://github.com/alien-sunset/tracery-bot-web-page-template
Last synced: 10 months ago
JSON representation
a template for making web generators based on tracery code
- Host: GitHub
- URL: https://github.com/alien-sunset/tracery-bot-web-page-template
- Owner: alien-sunset
- Created: 2025-08-04T05:22:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T05:56:30.000Z (11 months ago)
- Last Synced: 2025-08-04T08:36:12.744Z (11 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a Tracery based bot/web generator template
everything is presented super bare bones with no CSS or page styling, but you can add all of that on you own once the bot is set up. pretty much everything in the .html file is up to you, as long as that one div table is left unchanged. (and really if you know a bit about JS and HTML stuff, you can probably figure out how to fiddle with that as well)
you should be able to just copy and paste your Tracery code from [CBTS](https://cheapbotstootsweet.com/) or [BBDQ](https://bluebotsdonequick.com/) directly into the Tracery.txt file and everything should work
all the files need to be in the same folder, and you should probably change "BotName" in the file names to match your bot/generator, especially if you plan on having multiple generator pages located in the same folder.
you can even continue to edit your Tracery and check your outputs just by putting the folder with the files on your computer and opening the html file with your browser and reloading the page whenever you make a change (after saving the .txt file, obv.)
the Tracerynode.js file is a direct copy of the node.js version of Tracery from [here](https://github.com/v21/Tracery), it was pretty much the only version that i could get to work properly. you shouldn’t really need to touch it or the Script.js file. just make sure it is in that same folder as your .html file and you link it properly in your html `` tags.