/slack-secret

A tool to backup the contents from private channels

Primary LanguagePythonMIT LicenseMIT

Slack Secret

Installation:

pip install slack-secret

Developement

These instructions assume that you've installed the following tools:

  1. Create a virtualenv

pyenv virtualenv 3.8.2 slacksecret

  1. Install pre-commit

Check the doc on

Or:

pip install pre-commit
pre-commit install
pre-commit run --all-files

Getting started

pyenv virtualenv 3.8.1 slacksecret poetry install

Using poetry 101

Managing the environment

poetry add <library-name> poetry install: install all the libraries peoetry update: update the dependecies poetry version [major-minor-patch]

Publishing

poetry publish --build

type login and password