Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilspazjoekp/devvit-manager
Devvit Manager is a Python package that enables you to easily utilize devvit with multiple Reddit user accounts.
https://github.com/lilspazjoekp/devvit-manager
devvit reddit reddit-api
Last synced: 1 day ago
JSON representation
Devvit Manager is a Python package that enables you to easily utilize devvit with multiple Reddit user accounts.
- Host: GitHub
- URL: https://github.com/lilspazjoekp/devvit-manager
- Owner: LilSpazJoekp
- License: bsd-2-clause
- Created: 2023-07-02T23:35:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-03T01:28:47.000Z (over 1 year ago)
- Last Synced: 2024-12-26T06:47:20.603Z (about 1 month ago)
- Topics: devvit, reddit, reddit-api
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Devvit Manager: A Utility for Devvit Projects
=============================================.. image:: https://img.shields.io/pypi/v/devvit-manager.svg
:alt: Latest Devvit Manager Version
:target: https://pypi.python.org/pypi/devvit-manager.. image:: https://img.shields.io/pypi/pyversions/devvit-manager
:alt: Supported Python Versions
:target: https://pypi.python.org/pypi/devvit-manager.. image:: https://img.shields.io/pypi/dm/devvit-manager
:alt: PyPI - Downloads - Monthly
:target: https://pypi.python.org/pypi/devvit-manager.. image:: https://github.com/LilSpazJoekp/devvit-manager/workflows/CI/badge.svg
:alt: GitHub Actions Status
:target: https://github.com/LilSpazJoekp/devvit-manager/actions?query=branch%3Amaster.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:alt: pre-commit
:target: https://github.com/pre-commit/pre-commit.. image:: https://api.securityscorecards.dev/projects/github.com/LilSpazJoekp/devvit-manager/badge
:alt: OpenSSF Scorecard
:target: https://api.securityscorecards.dev/projects/github.com/LilSpazJoekp/devvit-managerDevvit Manager is a Python package that enables you to easily utilize devvit with
multiple Reddit user accounts... _installation:
Installation
------------Devvit Manager is supported on Python 3.8+.
.. code-block:: bash
pip install devvit-manager
To install the latest development version of Devvit Manager run the following instead:
.. code-block:: bash
pip install --upgrade https://github.com/LilSpazJoekp/devvit-manager/archive/master.zip
Usage
-----For a full list of commands and options run:
.. code-block:: bash
devvit-mgr --help
To login a new user run:
.. code-block:: bash
devvit-mgr login
To switch users run:
.. code-block:: bash
devvit-mgr switch
To logout a user run:
.. code-block:: bash
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.