Hi guys,
I'm trying to read a NodeBB database in MongoDB using pymongo.
I'm exploring it using Robomongo, but I am having trouble finding all the things I want.
What I am struggling with at the moment is the "User" entry. The entry that associates a uid with the username. What is the tag I should use to look for the username? Or even better, how can I find out? What code should I be looking at?
Thanks!