Skip to content

dkvc/pwcode

Repository files navigation

PapersWithCode Latest (pwcode)

There will be no major updates for this project. Only security updates and bug fixes will be provided. The deployment will be continue running on Render until another solution is found.

Get Latest Updates from PapersWithCode

This repository contains code for deployment of your own local server that retrieves latest PapersWithCode papers. You can also use web server hosted by us on Render. The information can be retrieved in the form of JSON, RSS or Atom feeds. Data is updated in all formats at same time.

pre-commit.ci status Code Style

Usage

  1. Choose the format you want to use for the feed:

    Rss

    Atom

  2. Add the feed URL to your app

Setting up Local Dev Environment

To set up the local development environment locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Create a python virtual environment (venv).
  3. Install the required dependencies in venv by running:
pip install -r requirements.txt

Credits

The development of this project would not have been possible without:

Future of the Project

The future of this project is uncertain (as of Oct 09, 2023), since this involves both web scraping and API calls, which is extremely inefficient. Considering deployment on Render takes long time to start up after every wake up call and chaotic web of code for deployment, it is quite possible that this project might no longer be developed.