Clueless-Community / scrape-up

A web-scraping-based python package that enables you to scrape data from various platforms like GitHub, Twitter, Instagram, or any useful website.
https://pypi.org/project/scrape-up/
MIT License
245 stars 250 forks source link

Feat: Scrape Google Scholar and automatically download relevant research papers. #962

Open deepashri30 opened 1 month ago

deepashri30 commented 1 month ago

Describe the feature

Feat: Scrape Google Scholar and automatically download relevant research papers.

How it Works:

User Input: Users enter keywords or phrases related to their research topic. Search Automation: The scraper automatically queries Google Scholar using the provided keywords. Intelligent Filtering (Optional): The system can be configured to filter results based on additional criteria (e.g., publication date, author, citation count). Download Management: The scraper retrieves and downloads the full text of relevant research papers (when available and legal and illegal both). Downloaded papers are organized in a user-defined location. File Management (Optional): The system can be configured to automatically rename and categorize downloaded papers for better organization.

Add ScreenShots

image

Record

github-actions[bot] commented 1 month ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

DivyaVijay1234 commented 1 month ago

Hello, I would like to work on this issue. Please assign it to me

nikhil25803 commented 1 month ago

Go ahead @deepashri30

Note

All the best 👨‍💻

nikhil25803 commented 1 month ago

hey @deepashri30, do not add the functionality to download the papers. Just scrape the information and server them as JSON response.