{"id":19657747,"url":"https://github.com/esss/err-stash","last_synced_at":"2025-04-28T19:32:23.712Z","repository":{"id":147478329,"uuid":"113057857","full_name":"ESSS/err-stash","owner":"ESSS","description":"errbot plugin for Stash","archived":false,"fork":false,"pushed_at":"2020-04-22T13:35:40.000Z","size":113,"stargazers_count":13,"open_issues_count":4,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-05T10:33:26.131Z","etag":null,"topics":["bot","errbot-plugin","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ESSS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-04T15:10:26.000Z","updated_at":"2020-10-03T12:20:09.000Z","dependencies_parsed_at":"2023-07-24T19:16:22.977Z","dependency_job_id":null,"html_url":"https://github.com/ESSS/err-stash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Ferr-stash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Ferr-stash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Ferr-stash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Ferr-stash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ESSS","download_url":"https://codeload.github.com/ESSS/err-stash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251375508,"owners_count":21579457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","errbot-plugin","hacktoberfest"],"created_at":"2024-11-11T15:33:33.217Z","updated_at":"2025-04-28T19:32:23.700Z","avatar_url":"https://github.com/ESSS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# err-stash\n\n[![Travis branch](https://img.shields.io/travis/ESSS/err-stash/master.svg)](https://travis-ci.org/ESSS/err-stash/)\n\n[errbot plugin](http://errbot.io/en/latest/) to interact with Stash.\n\n# Usage\n\nTalk with the bot for help:\n\n```\n!help Stash\n```\n\n# Development\n\nClone:\n\n```\ngit clone git@github.com:ESSS/err-stash.git\ncd err-stash\n```\n\nCreate a **pure** virtual environment with Python 3.6 and activate it. Using `conda`:\n\n```\nconda create -n py36 python=3.6\nW:\\Miniconda\\envs\\py36\\python.exe -m venv .env36\n.env36\\Scripts\\activate\n```\n\n**It is important to use a pure virtual environment and not a conda environment** otherwise\n`pip install` might break `conda`.\n\nInstall dependencies:\n\n```\npip install -r dev-requirements.txt\n```\n\nRun tests:\n\n```\npytest tests.py\n```\n\n## Run bot in text mode\n\nCreate a bot for local development:\n\n```\nerrbot --init\n```\n\nAnd edit the generated `config.py`:\n\n* Change `@CHANGE_ME` to your username.\n* Change `BOT_EXTRA_PLUGIN_DIR` to point to the current directory.\n\nStart it up with:\n\n```\nerrbot -T\n```\n\nExecute to configure the bot:\n\n```\n!plugin config Stash {\n'STASH_URL': 'https://eden.esss.co/stash',\n'STASH_PROJECTS': ['ESSS'],\n'GITHUB_ORGANIZATIONS': ['ESSS'],\n}\n```\n\nCopy and paste this configuration, probably the default is enough for you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesss%2Ferr-stash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesss%2Ferr-stash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesss%2Ferr-stash/lists"}