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

Auto-upload results to Google Drive #19

Open
Mr0grog opened this issue Feb 14, 2025 · 0 comments
Open

Auto-upload results to Google Drive #19

Mr0grog opened this issue Feb 14, 2025 · 0 comments

Comments

@Mr0grog
Copy link
Member

Mr0grog commented Feb 14, 2025

At the end of the day, we currently put the output of this tool up on Google Drive for analysts to use. That’s a totally by-hand process. I’d like to automate running this tool on a weekly basis, and part of that means automating the upload to Google Drive.

There is obviously the Google Python Client, but usage and configuration always feels overcomplicated to me. There are a few CLI tools that might be easier for this very simple use-case:

  • Gdrive has a lot of articles recommending it, although I’m not sure about maintenance — there are a lot of sitting PRs and no updates in over a year.
  • Rclone has support for Google Drive. I’ve used it before (with other services) and it seems pretty good.

Either way will require some config complexity since Google Drive only supports interactive auth. Both have instructions for how to do this in their docs, though.

See also the ways we’d integrate this:

@Mr0grog Mr0grog moved this to Inbox in Web Monitoring Feb 17, 2025
@Mr0grog Mr0grog moved this from Inbox to Prioritized in Web Monitoring Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Prioritized
Development

No branches or pull requests

1 participant