Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 811 Bytes

README.rst

File metadata and controls

31 lines (20 loc) · 811 Bytes

ros-answers-miner

A web scraper for ROS Answers

Installation

We strongly recommend that you install this package inside a Python virtual environment (via virtualenv or pipenv) to avoid interfering with the rest of your system (i.e., to avoid Python’s equivalent of DLL hell). To install this package from source within a virtual environment using pipenv:

$ git clone [email protected]:squaresLab/ros-answers-miner ros-answers-miner
$ cd ros-answers-miner
$ pipenv shell
(rosdiscover) $ pip install -r requirements.dev.txt
(rosdiscover) $ pip install -e .

Usage

To run this tool:

(rosdiscover) $ ros-answers-miner scrape https://answers.ros.org/question/299232/roslaunch-python-arg-substitution-finds-wrong-package-folder-path