SkillAgentSearch skills...

Pyliterature

A Pythonic wrapper for the scientific journal, including Nature, Science, ScienceDirect, Wiley, ACS publication, RSC publication and so on.

Install / Use

/learn @superstar54/Pyliterature
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyliterature

A Python web wrapper and text mining package for the scientific journal, including Nature, Science, ScienceDirect, Wiley, ACS publication, RSC publication and so on.

Author

Dependencies

  • Python3
  • selenium
  • beautifulsoup4
  • nltk

Examples

from pyliterature import Pyliterature
url = 'http://www.nature.com/nature/journal/v541/n7635/full/nature20782.html'
keyword = 'DFT'
liter = Pyliterature(url, keyword)
liter.parser()
for keysent in liter.keysents:
    print(keysent)
    print('\n')

If you want to add features/improvement or report issues, feel free to send a pull request!

TODO

  • read bib list
  • determine sentence from which article
View on GitHub
GitHub Stars21
CategoryDevelopment
Updated6mo ago
Forks7

Languages

Python

Security Score

82/100

Audited on Sep 12, 2025

No findings