Skip to content

Install

Pilot1782 edited this page May 15, 2023 · 3 revisions

Parts

Part 1: Database

The project uses mongodb for database actions for it ease of use and speed with large queries.

If you are new to mongodb and want to have them host the database for free, use the atlas setup guide

Otherwise, setup your db to have a cluster named MCSS and a collection named scannedServers, if you want to use different database and collection names, you may do so but add the appropriate variables in privVars.py, which can be found here

Part 2: Scanner

TBD

Part 3: Discord Bot

Use the following guide: here

Clone this wiki locally