Documentation
The Coding Way
Cache

Cache Issues

Online IDE Cache

When running an application on an Online IDE (eg: repl.it (opens in a new tab)) you may run into an issue where you are repeatedly asked to validate your Microsoft account. You'll need to override the setting profilesFolder so the cache is stored in a local folder.

bot = lodestone.createBot(
  profilesFolder='./nmp-cache' # Create a cache folder in the current directory
)