alfradrian Posted January 4 Posted January 4 Hi, I have created a small workflow that makes it possible to upload a file to Virus Total. This is because the old workflow was not working for me: You can find the code here: https://github.com/adrianbartnik/alfred-virustotal-upload/releases/tag/0.0.1 Screenshot:
vitor Posted January 4 Posted January 4 Thank you for sharing, @alfradrian. A few tips: The API key should be a Workflow Configuration instead of a Workflow Environment Variables, as that’s simpler for users and you can mark it as required. The packaged workflow should be added to the Releases page (i.e. where you’re linking to), not be added as a file in the repo. You don’t actually need to check if the file exists (though no harm in doing so) because by using a File Action it’s guaranteed that it does.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now