google-scholar-exporter
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.8%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: hussani
- License: mit
- Language: Python
- Default Branch: main
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
Citation
README.md
Google Scholar Exporter
Google Scholar Exporter is a tool for extracting and processing search results from Google Scholar.
Features
- Extract search results from Google Scholar
- Process and format results for easy use
Requirements
- Python 3.x
- Pip 3
- Virtualenv (optional but recommended)
Installation
Using Virtualenv
Clone the repository:
bash git clone https://github.com/hussani/google-scholar-exporter.gitNavigate to the project directory:
bash cd google-scholar-exporterCreate a virtual environment:
bash python -m venv venvActivate the virtual environment (optional):
- On Windows:
bash venv\Scripts\activate - On macOS/Linux:
bash source venv/bin/activate
- On Windows:
Install the required packages:
bash pip install -r requirements.txt
Usage
- Run the extractor script to fetch search results:
bash python extractor.py - Process the results with:
bash python process_results.py
License
This project is licensed under the MIT License.
Owner
- Name: Hussani Oliveira
- Login: hussani
- Kind: user
- Location: São Paulo, Brazil
- Company: QuintoAndar
- Twitter: hussanii
- Repositories: 34
- Profile: https://github.com/hussani
Citation (CITATION.cff)
cff-version: 1.0.3
message: "If you use this software, please cite it as below."
authors:
- family-names: Hussani
given-names: Oliveira
orcid: "https://orcid.org/0009-0002-2606-2982"
title: "Google Scholar Exporter"
version: "0.0.1"
date-released: "2024-05-19"
url: "https://github.com/hussani/google-scholar-exporter"
repository-code: "https://github.com/hussani/google-scholar-exporter"
license: "MIT"
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Hussani Oliveira | c****o@h****r | 8 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
requirements.txt
pypi
- google-search-results ==2.4.2