Finder papers
Project description
paper finder
Find papers by keywords and venues. Then download it automatically.
Installing
Install and update using pip
:
pip install -U paper-finder
Examples
Search
from paper_finder.api import search
keyword_list=['knowledge tracing','knowledge trace']
venue_list=['KDD','IJCAI']
output = 'kt_result.csv'
search(keyword_list=keyword_list,venue_list=venue_list,min_year=2016,max_year=2021,output=output)
Your can find venues' name in there.
Download
import pandas as pd
from paper_finder.api import download_from_df
csv_path = "kt_result.csv"
df = pd.read_csv(csv_path)
df = download_from_df(df,save_dir='pdfs')
df.to_csv(csv_path.replace('.csv','_download_result.csv'),index=False)
Todo
- Search papers.
- Download papers
Author Warning
This code is only used for academic communication. The author has no liability for copyright. DO NOT ENGAGE IN ANY ILLEGAL ACTIVITIES. Please download and read the genuine articles from the publisher.
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
tabchen_kt-0.0.3.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file tabchen_kt-0.0.3.tar.gz
.
File metadata
- Download URL: tabchen_kt-0.0.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/26.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.48.2 importlib-metadata/1.7.0 keyring/21.3.0 rfc3986/1.4.0 colorama/0.4.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4a8b9800fe73f6b66c81ea4138b8172dc3c1fc20c813a38ef40f226d46f96a3 |
|
MD5 | 678658da4151cab0862c3376b747ea47 |
|
BLAKE2b-256 | dce4b4fa87d544df036d466dd2eacbcd99ff4f7cbb2927b766c0a6dc36592ecf |
File details
Details for the file tabchen_kt-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: tabchen_kt-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/26.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.48.2 importlib-metadata/1.7.0 keyring/21.3.0 rfc3986/1.4.0 colorama/0.4.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16de2628c91ac8409a4f8cf94f5a89e9fa696553bfd22baecb9b414c1004c41e |
|
MD5 | 27268ebba7913fe9c056b4dc976d66c1 |
|
BLAKE2b-256 | 877dff43d220f42a994fc25af56ae7b57be66dab8f84aa922ed2d3e9c72e1285 |