Phate334 / community-monitor

0 stars 0 forks source link

Add support for searching multiple categories in fetch_arxiv() #3

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds support for searching multiple categories in the fetch_arxiv() function in monitor/main.py. Currently, the function only searches for articles in the cs.AI category. With this PR, we introduce an array of categories that can be searched, allowing for more flexibility in the search query.

Summary of Changes

This PR addresses Issue #1.

Fixes #1.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/multiple-categories-search

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.

Phate334 commented 1 year ago

categories 陣列中只留我原本那個類別就好。