# perceval-topicbox
Perceval backend for Topicbox.
## Backends
The backend currently managed by this package support the next repository:
* Topicbox
## Requirements
* Python >= 3.10
You will also need some other libraries for running the tool, you can find the
whole list of dependencies in [pyproject.toml](pyproject.toml) file.
## Installation
There are several ways to install perceval-topicbox on your system: packages or source
code using Poetry or pip.
### PyPI
perceval-topicbox can be installed using pip, a tool for installing Python packages.
To do it, run the next command:
```
$ pip install perceval-topicbox
```
### Source code
To install from the source code you will need to clone the repository first:
```
$ git clone https://github.com/bitergia-analytics/grimoirelab-perceval-topicbox
$ cd grimoirelab-perceval-topicbox
```
Then use pip or Poetry to install the package along with its dependencies.
#### Pip
To install the package from local directory run the following command:
```
$ pip install .
```
In case you are a developer, you should install perceval-topicbox in editable mode:
```
$ pip install -e .
```
#### Poetry
We use [poetry](https://python-poetry.org/) for dependency management and
packaging. You can install it following its [documentation](https://python-poetry.org/docs/#installation).
Once you have installed it, you can install perceval-topicbox and the dependencies in
a project isolated environment using:
```
$ poetry install
```
To spaw a new shell within the virtual environment use:
```
$ poetry shell
```
## Example
### Topicbox
You need an `account_id` and a group URL to fetch the messages.
- To obtain the `account_id`, open Network tab in the browser Devtool and identify the `accountId` in any
`/jmap` request made by the browser.
Run perceval with the Topicbox group URL and the account id to fetch the messages. For example:
```
$ perceval topicbox "https://mytopicbox.topicbox.com/groups/example" --account-id <account_id>
```
It can be run from a specific date using the `--from-date` parameter.
## License
Licensed under GNU General Public License (GPL), version 3 or later.
Raw data
{
"_id": null,
"home_page": "https://chaoss.github.io/grimoirelab/",
"name": "perceval-topicbox",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "development, grimoirelab",
"author": "Bitergia Developers",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/b7/39/b9156e47632e0fc93ae227240706e1ee612b1e560fa9150fa655e92e366a/perceval_topicbox-0.2.0.tar.gz",
"platform": null,
"description": "# perceval-topicbox\n\nPerceval backend for Topicbox.\n\n## Backends\n\nThe backend currently managed by this package support the next repository:\n\n* Topicbox\n\n## Requirements\n\n * Python >= 3.10\n\nYou will also need some other libraries for running the tool, you can find the\nwhole list of dependencies in [pyproject.toml](pyproject.toml) file.\n\n## Installation\n\nThere are several ways to install perceval-topicbox on your system: packages or source \ncode using Poetry or pip.\n\n### PyPI\n\nperceval-topicbox can be installed using pip, a tool for installing Python packages. \nTo do it, run the next command:\n```\n$ pip install perceval-topicbox\n```\n\n### Source code\n\nTo install from the source code you will need to clone the repository first:\n```\n$ git clone https://github.com/bitergia-analytics/grimoirelab-perceval-topicbox\n$ cd grimoirelab-perceval-topicbox\n```\n\nThen use pip or Poetry to install the package along with its dependencies.\n\n#### Pip\nTo install the package from local directory run the following command:\n```\n$ pip install .\n```\nIn case you are a developer, you should install perceval-topicbox in editable mode:\n```\n$ pip install -e .\n```\n\n#### Poetry\nWe use [poetry](https://python-poetry.org/) for dependency management and \npackaging. You can install it following its [documentation](https://python-poetry.org/docs/#installation).\nOnce you have installed it, you can install perceval-topicbox and the dependencies in \na project isolated environment using:\n```\n$ poetry install\n```\nTo spaw a new shell within the virtual environment use:\n```\n$ poetry shell\n```\n\n## Example\n\n### Topicbox\n\nYou need an `account_id` and a group URL to fetch the messages.\n\n- To obtain the `account_id`, open Network tab in the browser Devtool and identify the `accountId` in any\n`/jmap` request made by the browser.\n\nRun perceval with the Topicbox group URL and the account id to fetch the messages. For example:\n\n```\n$ perceval topicbox \"https://mytopicbox.topicbox.com/groups/example\" --account-id <account_id>\n```\n\nIt can be run from a specific date using the `--from-date` parameter.\n\n## License\n\nLicensed under GNU General Public License (GPL), version 3 or later.\n",
"bugtrack_url": null,
"license": "GPL-3.0+",
"summary": "Perceval backend for Topicbox",
"version": "0.2.0",
"project_urls": {
"Bug Tracker": "https://github.com/bitergia-analytics/grimoirelab-perceval-topicbox/issues",
"Homepage": "https://chaoss.github.io/grimoirelab/",
"Repository": "https://github.com/bitergia-analytics/grimoirelab-perceval-topicbox"
},
"split_keywords": [
"development",
" grimoirelab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2822589d764b3a732bcfd38d1491cbf6272b42d15f6322c046f4a375531aa9fc",
"md5": "67e8daedd36cb03b8e69564d6d44569a",
"sha256": "794ea8268f877ef5c0363170b9178a0511a8ca2db5fffa290f63a7d18ca7bde8"
},
"downloads": -1,
"filename": "perceval_topicbox-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "67e8daedd36cb03b8e69564d6d44569a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 18567,
"upload_time": "2025-09-24T13:46:37",
"upload_time_iso_8601": "2025-09-24T13:46:37.586388Z",
"url": "https://files.pythonhosted.org/packages/28/22/589d764b3a732bcfd38d1491cbf6272b42d15f6322c046f4a375531aa9fc/perceval_topicbox-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b739b9156e47632e0fc93ae227240706e1ee612b1e560fa9150fa655e92e366a",
"md5": "e4c34e576b875b2abf53ee4cf8cc6127",
"sha256": "8278a56a194a7e3fc5a5d071b5f8f39f20d31fffe1bf00b8f3a99f12d1b333ee"
},
"downloads": -1,
"filename": "perceval_topicbox-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "e4c34e576b875b2abf53ee4cf8cc6127",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 23137,
"upload_time": "2025-09-24T13:46:38",
"upload_time_iso_8601": "2025-09-24T13:46:38.509376Z",
"url": "https://files.pythonhosted.org/packages/b7/39/b9156e47632e0fc93ae227240706e1ee612b1e560fa9150fa655e92e366a/perceval_topicbox-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-24 13:46:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bitergia-analytics",
"github_project": "grimoirelab-perceval-topicbox",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "perceval-topicbox"
}