Top-level package for ACM DL Searcher.
Project description
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 list
To 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-abstracts
To 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.
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
Built Distribution
File details
Details for the file acm_dl_searcher-0.1.0a3.tar.gz
.
File metadata
- Download URL: acm_dl_searcher-0.1.0a3.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.4.0-65-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4d77ea68fdff8b0af689c1d7a9ba6a1371a6ad78e789f65647b5debe0a0dee5 |
|
MD5 | 98f389aa36d2d63ab38d5c6497b13875 |
|
BLAKE2b-256 | 99bb4992b5928f5dc51c6154218a1410666c715c0a1bacad45db2720daca208d |
File details
Details for the file acm_dl_searcher-0.1.0a3-py3-none-any.whl
.
File metadata
- Download URL: acm_dl_searcher-0.1.0a3-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.4.0-65-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05a21d9be91d2c2bd680317e5f1b28cce2a0816ae3b0f3a56a996012fdf683a0 |
|
MD5 | 06b8ce095e56c6394c6764597de72102 |
|
BLAKE2b-256 | 56a0b273e3e8a58afd0f28c8b417bf74060bd87036c6533536b9c9ef9bc8292c |