Devvit Manager is a Python package that enables you to easily utilize devvit with multiple Reddit user accounts.
Devvit Manager is supported on Python 3.8+.
pip install devvit-manager
To install the latest development version of Devvit Manager run the following instead:
pip install --upgrade https://github.com/LilSpazJoekp/devvit-manager/archive/master.zip
For a full list of commands and options run:
devvit-mgr --help
To login a new user run:
devvit-mgr login
To switch users run:
devvit-mgr switch
To logout a user run:
devvit-mgr remove
All commands except login
can accept a single parameter for specifying a username
(case-sensitive). If one isn't provided, you will be prompted for one. All the commands
above can be run with the --help
option to get more information.