revpull is a tool for pulling data from IBM eReview.
Project description
revpull
revpull is a tool for pulling data from IBM eReview.
Description
This tool allows you to download content that is allowed for you from eReview using its API. As a result, you get a local copy of the eReview content with the original data structure.
Environment
- Languages: Python
- Interface: CLI
- Supported OS: Linux, OS X
Installation
Requirements:
- Python (>=3.6)
Linux:
$ pip install revpull
OS X:
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python3 get-pip.py revpull
Usage
Usage:
revpull --dir=TARGET_DIR_PATH --auth=W3ID_AUTH
revpull -h | --help
revpull -v | --version
Options:
--dir=TARGET_DIR_PATH Set the path to the directory where the content will be saved
--auth=W3ID_AUTH Set the uername:password value for authentication
-h, --help Show this help message.
-v, --version Show the version.
Additional info
The app is currently under development. The app may contain bugs. Use at your own risk.
Contributing
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
The MIT License (MIT)
Copyright (c) 2020 Mikalai Lisitsa
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file revpull-1.1.1.tar.gz
.
File metadata
- Download URL: revpull-1.1.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a2d18584ca578357aaf6899f39defad7fb9f8d790cd4fe99ed22fa181124492 |
|
MD5 | 9f62760067d2fa041fc18c48286f392c |
|
BLAKE2b-256 | dcc5e0b01a211a72b963fb53122056cded6927cc698c11e7f36b954fda713907 |