Skip to content

hyperdefined/CobaltTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CobaltTester

CobaltTester is a simple tool to test and track cobalt instances. It uses a score system to determine how good an instance is. You can see it in action here.

How does it work?

It loads a list of instances, then performs various tests to see if they work. It then calculates a score on how many tests were successful. You can see what tests it runs here.

Load instances -> Make sure API/frontend exist -> Perform tests -> Output results to web/index.md -> Build site via Jekyll.

Contributing

The project contains 2 parts:

  • backend - Module that loads and tests the instances.
  • web - Module for building the site, using Jekyll.

How to use?

You can see a live demo at instances.hyper.lol. You can also look at the wiki.

I want to add my instance to your site!

You can fork this repository, add your instance to backend/instances, and make a pull request!

If you need help running it on your end, please ping hyperdefined in the cobalt discord.

License

This program is released under MIT License. See LICENSE.