This release is a pre-release and may not be stable for production use.
A simple command line tool to collect the entries on a particular venue and in acm and run searches on them.
Install
pip install acm-dl-searcher
Usage
If getting the entries from the CHI 16 Conference:
To get the entries of a particular venue:
acm-dl-searcher get 10.1145/2858036 --short-name "CHI 16""This will download all the entries and their abstracts. The short-name provided can be anything. The first parameter expected for amc-dl-searcher get is the doi of the venue.
To list all the venues saved:
acm-dl-searcher listTo search the from the saved venues:
acm-dl-searcher search "adaptive"This will search all the venues obtained through acm-dl-searcher get, and list out the paper and titles that contain the phrase “adaptive” in the abstract or title. Currently the searcher uses a fuzzy search with a maximum difference of 2.
To narrow the search to particular venue(s) use the option --venue-short-name-filter:
acm-dl-searcher search "adaptive" --venue-short-name-filter "CHI"This will list out the matches from venues whose short name contain “CHI”.
To print out the abstracts as well use the option --print-abstracts:
acm-dl-searcher search "adaptive" --print-abstractsTo view the results on the browser use the option --html:
acm-dl-searcher search "adaptive" --html
Credits
This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.
Release files for acm-dl-searcher 0.1.0a3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| acm_dl_searcher-0.1.0a3.tar.gz | 10.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| acm_dl_searcher-0.1.0a3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.8 kB
Release files / acm_dl_searcher-0.1.0a3.tar.gz
| Download URL | acm_dl_searcher-0.1.0a3.tar.gz |
|---|---|
| Size | 10.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4d77ea68fdff8b0af689c1d7a9ba6a1371a6ad78e789f65647b5debe0a0dee5
|
|
BLAKE2b-256 checksum How to use checksums |
99bb4992b5928f5dc51c6154218a1410666c715c0a1bacad45db2720daca208d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.8.5 Linux/5.4.0-65-generic
|
Release files / acm_dl_searcher-0.1.0a3-py3-none-any.whl
| Download URL | acm_dl_searcher-0.1.0a3-py3-none-any.whl |
|---|---|
| Size | 10.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
05a21d9be91d2c2bd680317e5f1b28cce2a0816ae3b0f3a56a996012fdf683a0
|
|
BLAKE2b-256 checksum How to use checksums |
56a0b273e3e8a58afd0f28c8b417bf74060bd87036c6533536b9c9ef9bc8292c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.8.5 Linux/5.4.0-65-generic
|