Overview ResearchLinker is a powerful and easy-to-use tool designed to automatically download and collect related works of current papers presented at top conferences. This project aims to simplify the research process by providing researchers with quick access to relevant literature in their field. Our tool searches for and downloads PDFs of related articles, enabling users to efficiently gather the necessary resources for their studies.
python 3.x
Selenium WebDriver
Google Chrome Browser
- Clone the repository
git clone https://github.com/your_username/ResearchLinker.git
- Install required dependencies
pip install -r requirements.txt
- Download the appropriate chromedriver.exe for your system
Replace the existing chromedriver.exe Locate the existing chromedriver.exe in the project folder and replace it with the one you downloaded in the previous step.
-
Configure the script (Optional) If necessary, modify the script to match your specific requirements or preferences, such as setting a custom download folder or changing the list of top conferences to search.
-
Usage Run the main script from the command line:
python research_linker.py
Follow the prompts to enter your search criteria and start downloading related works from top conferences.
License This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to modify this README template to better suit your project's specific features or requirements.