{"id":50946176,"url":"https://github.com/qgrain/scholar-watcher","last_synced_at":"2026-06-17T20:08:53.736Z","repository":{"id":53930279,"uuid":"521945849","full_name":"QGrain/Scholar-Watcher","owner":"QGrain","description":"A web app for watching the authors' google scholar, which is based on scholarly and streamlit.","archived":false,"fork":false,"pushed_at":"2023-03-01T02:21:03.000Z","size":111,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T10:47:00.310Z","etag":null,"topics":["google-scholar","scholarly","streamlit","webapp"],"latest_commit_sha":null,"homepage":"https://qgrain-scholar-watcher-1--scholar-watcher-holt9c.streamlitapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QGrain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"citation.json","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-06T12:52:02.000Z","updated_at":"2025-06-11T07:11:08.000Z","dependencies_parsed_at":"2025-09-05T10:50:48.444Z","dependency_job_id":null,"html_url":"https://github.com/QGrain/Scholar-Watcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/QGrain/Scholar-Watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QGrain%2FScholar-Watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QGrain%2FScholar-Watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QGrain%2FScholar-Watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QGrain%2FScholar-Watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QGrain","download_url":"https://codeload.github.com/QGrain/Scholar-Watcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QGrain%2FScholar-Watcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34463623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-scholar","scholarly","streamlit","webapp"],"created_at":"2026-06-17T20:08:53.213Z","updated_at":"2026-06-17T20:08:53.719Z","avatar_url":"https://github.com/QGrain.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Scholar-Watcher\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  A web app for watching the authors' google scholar, which is based on scholarly and streamlit.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/QGrain/Scholar-Watcher/blob/main/LICENSE\"\u003e\u003cimg alt=\"GitHub license\" src=\"https://img.shields.io/github/license/QGrain/Scholar-Watcher\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/QGrain/Scholar-Watcher/stargazers\"\u003e\u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/QGrain/Scholar-Watcher\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/QGrain/Scholar-Watcher/network\"\u003e\u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/QGrain/Scholar-Watcher\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/QGrain/Scholar-Watcher/issues\"\u003e\u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/QGrain/Scholar-Watcher\"\u003e\u003c/a\u003e\n  \u003cimg alt=\"LGTM Grade\" src=\"https://img.shields.io/lgtm/grade/python/github/QGrain/Scholar-Watcher\"\u003e\n\u003c/p\u003e\n\n\n## Features\n\n- Fetch the **citations and changes** of the registered authors. (Support default daily update and force update)\n- Display details and Chart Analysis of **Focus Authors**.\n- Support add/modify **the registered authors**. (Now disabled for the security concern)\n- Display the **latest K publications** of **Focus Authors**.\n\n## Demo\n\n- View demo through this [demo-link](https://qgrain-scholar-watcher-1--scholar-watcher-holt9c.streamlitapp.com/):\n\n\u003cimg src=\"https://raw.githubusercontent.com/QGrain/picgo-bed/main/figure-2022/202208062119477.png\"/\u003e\n\n## Self-Host\n\nGenerally, there is only one hosted Scholar-Watch needed for each group, as they can customize their own registered authors in their fields. So here is the way for self-host.\n\n```bash\n# (recommended)create a conda env, you should install conda/miniconda first\nconda create -n streamlit python=3.7\nconda activate streamlit\n\n# install dependencies\npip install -r requirements.txt\n\n# config the config.ini\n# make sure your host could visit Google Scholar. maybe https_proxy needed.\n##   (1) if host server could, then set mode = server\n##   (2) if host server could not, then set https_proxy and set mode = local\n\n# run Scholar-Watcher app\nstreamlit run 1_🏠_Scholar_Watcher.py # which is the home page\n```\n\n## Change-Log\n- v0.1.0 (2022-08-06)\n  - Basic framework done with streamlit\n  - Could debug locally\n- v0.1.1 (2022-08-13)\n  - Deploy on streamlit cloud, now it is open for access\n- v0.1.2 (2022-08-14)\n  - Add a new feature mentioned in [#issue2](https://github.com/QGrain/Scholar-Watcher/issues/2)\n- v0.1.3 alpha (2022-08-26)\n  - Support auto update at 00:00:01 on server's localtime (That is 08:00:01 of GMT+8)\n- v0.1.3 beta (2022-08-28)\n  - Remove auto update for the sake of Streamlit cloud. Add Debug page to show info\n\n## Development and Contribution\n\nAny improvements (not only in [Todo](#Todo)) are welcome, in the form of PR.\n\n## Todo\n\n- [x] Add Chart Analysis for focus authors.\n- [ ] Add daily auto update. **(Bug to fix)**\n- [ ] Add database support.\n- [ ] Add Authentication.\n- [ ] Add Security Check.\n- [x] Deploy on Server.\n- [x] Add latest K publications.\n- [x] Add show citation log in Debug page.\n\n\u003e Seems that the demo website is down... I should consider fixing the database problems.\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/QGrain/Scholar-Watcher.svg)](https://starchart.cc/QGrain/Scholar-Watcher)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqgrain%2Fscholar-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqgrain%2Fscholar-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqgrain%2Fscholar-watcher/lists"}