Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically Update Webscrape #3

Open
yuuwe-n opened this issue Aug 10, 2022 · 1 comment
Open

Automatically Update Webscrape #3

yuuwe-n opened this issue Aug 10, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@yuuwe-n
Copy link
Collaborator

yuuwe-n commented Aug 10, 2022

We need to be able to automatically update the webscraping.

We could have a cron running every week/day or so, may interrupt go server. Should be good, since our python scripts are separate from the go server.

If we also have updates, we should be updating a database instead of json files.

Overall, having a database, and separate scripts, will help us with scraping multiple schools #4. However, the scripts should not overwrite each time, when we come to it, maybe we can just write per semester/quarter, but that needs some thinking when to write per semester/quarter.

@yuuwe-n yuuwe-n added the enhancement New feature or request label Aug 10, 2022
This was referenced Aug 10, 2022
@yuuwe-n
Copy link
Collaborator Author

yuuwe-n commented Aug 11, 2022

may need some work with daemons: https://peps.python.org/pep-3143/

@yuuwe-n yuuwe-n added this to the 0.2 Scalability milestone Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants