Alex

Results 80 issues of Alex

Sometimes (8 from ~1200 papers), Scholar returns the results that look like `http://scholar.google.com/scholar?cluster=`. Right now, they are are skipped as not matching [papers.scholarURLPrefix](https://github.com/bzz/scholar-alert-digest/blob/bfb769eb3f3cf565e0c1dddf431de20caca9a2e6/papers/papers.go#L21).

Modelling the state of individual paper on backend (and not only in Gmail) will open a lot of opportunities e.g. tagging papers by topics, using that as a source for...

Serves external resources in FS, results of the `npm run build` - `./frontend/dist/*`, from the `/static` URL. Build automation and resources embedding inside the server binary will be handled in...

Technical things that need to be done before thinking about public deployment. TODOs: - [x] redirect of requests to any URL without a valid token to `/login` (middleware in `/json/*`)...

Now, that the first 🐛 is found and fixed with #16 that brought in some tests :feelsgood: it would be good to add a CI. The idea is to try...

Would that be nice to be able to mark papers as "read" in the web UI? That seems useful to me, and could trigger different actions: 1. move the paper...

enhancement

To grasp the idea of the tool in 5 seconds, some screenshots with Input/Output examples would come very handy.

documentation
help wanted

Trying out https://scitldr.apps.allenai.org manually on a small number of papers seems to provide quite good results. The code is here https://github.com/allenai/scitldr the inference for 1 paper seems to take the...

To access gmail though API we use a [client library](https://github.com/googleapis/google-api-go-client), that seems to be in the "maintenance mode" https://github.com/googleapis/google-api-go-client/issues/435#issuecomment-565586335 ATM it's quite hard to tell what would be a better...

oneday/maybe

Right now for authorization \w server-side flow OAuth 2.0 from Google we are tell user to create new [Quickstart project](https://developers.google.com/gmail/api/quickstart/go#step_1_turn_on_the) in his API console (under his own account). It does...