Set Up an Automated Search Script
Create a topic configuration with the subjects and keywords you follow. Write one Python script that searches arXiv each morning and Google Scholar on a slower cadence, such as weekly. Record each paper identifier so later runs can separate new results from papers you have already seen.
Build a Python research searcher driven by a YAML topic file. Search arXiv every day and Google Scholar once a week, deduplicate results by stable paper ID or URL, and write only new results to a dated Markdown digest with title, authors, abstract, source, and link. Include setup and cron examples.




