Skip to main content

5 minute matchmaker

See Idem in action by geting started today for free.

The best way to learn more about Idem is experiencing it do its magic. This is why we created a reference implementation in which the only thing separating you from creating your first match is putting in an API key.

Here are the 3 simple steps to set it up:

① Request access to the Idem console by sending an email to match@idem.gg

② Download the reference implementation and set up your local environment
You can download it here from GitHub. The README.md includes the 3 commands you need to set up your environment.

③ Add your Idem credentials to the code
You can find them in the Keys section of the console. Just put them into config.py in the downloaded repo as a replacement for <username> and <password>.

Once this is done, fire up the code by running python main.py and follow the guided experience in the terminal

Enjoy creating your first match!

info

By default, your account is configured for testing. The target-waiting-time is set to 1 second, which will lead to matches very quickly. For production, we recommend setting a higher target-waiting-time. See Next steps.