No project description provided
Project description
🎓 A Python module to scrape and download content from springer.com
Installation
$ pip install scholar
Example
from scholar import Scholar
scholar = Scholar()
articles = scholar.search(discipline='Computer Science', query='Artificial Intelligence', page=1)
for article in articles:
print(article.content_type)
print(article.title)
print(article.snippet)
print(article.pdf_link)
print(' ')
CLI Usage
$ scholar 'Computer Science' 'Query Optimization'
This will return a table of results.
Found 37,591 results for Query Optimization +----+-----------------------------------------------------------------------------------------+-----------------------------------------------+ | Id | Title | Authors | +----+-----------------------------------------------------------------------------------------+-----------------------------------------------+ | 1 | Preference Query Analysis and Optimization | Prof. Yunjun Gao, Qing Liu | | 2 | Global Query Optimization | | | 3 | Query Optimization in Distributed Database Systems | | | 4 | Optimization of DAG-Structured Query Evaluation Plans | | | 5 | Logical Query Processing and Optimization | | | 6 | Datalog Query Processing and Optimization | | | 7 | Query Optimization for Multidimensional Systems | | | 8 | Optimization of Parallel Query Plans | | | 9 | Adaptive Query Optimization | | | 10 | Multiple Query Optimization | | | 11 | Overview of dynamic query evaluation in intensional query optimization | Parke Godfrey, Jarek Gryz | | 12 | Query Optimization | Evaggelia Pitoura | | 13 | Erratum to: Aging Locality Awareness in Cost Estimation for Database Query Optimization | Chihiro Kato, Yuto Hayamizu, Kazuo Goda | | 14 | Query Optimization | Evaggelia Pitoura | | 15 | Application of Ant Colony Optimization Algorithm to Multi-Join Query Optimization | Nana Li, Yujuan Liu, Yongfeng Dong, Junhua Gu | | 16 | Query Processing and Optimization for Pictorial Query Trees | Aya Soffer, Hanan Samet | | 17 | Multi Query Optimization Using Query Pack Trees | | | 18 | Query Processing and Optimization on the Web | Mourad Ouzzani, Athman Bouguettaya | | 19 | Query Processing and Optimization in Object Relational Databases | Johann-Christoph Freytag | | 20 | Semantic query optimization in distributed databases | H. J. A. van Kuijk, F. H. E. Pijpers | +----+-----------------------------------------------------------------------------------------+-----------------------------------------------+
You can then download a specific article by selecting its id. Run s or save_all to download all files.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scholar-1.0.6.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file scholar-1.0.6.tar.gz
.
File metadata
- Download URL: scholar-1.0.6.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10ead2f9f78489878c5101194fe9b7ef23dfe85ab3480741f30280fbb095686b |
|
MD5 | 78f1d771480de111056256ad897e1b92 |
|
BLAKE2b-256 | e7695afffc71fb4aa03743e23ce7856a37b038bac73132b555c2b582fd2736c9 |
Provenance
File details
Details for the file scholar-1.0.6-py2.py3-none-any.whl
.
File metadata
- Download URL: scholar-1.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 322d440924dac2718583b0d715bcbd19b81630c3451d56a1a38045e735a902cf |
|
MD5 | d15be71576433982a362856c735f5651 |
|
BLAKE2b-256 | 7bb06b65d69f97ed5199bc691d96ca00a07fb6640d437520607da17454631995 |