I recently ran into a tool called VTScan that uses the VirusTotal API to scan a file and print the results. I figured I could write the same, and add some functionality!
Articles on rest
Twitter Digest 2017 Week 39
By PyBites Team on 1 October 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter digest 2017 week 24
By PyBites Team on 18 June 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter digest 2017 week 12
By PyBites Team on 26 March 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
How To Build a Simple API with Flask and Unit Test it
By Bob Belderbos on 3 March 2017
In this post I will create a simple API with Flask and test it with curl and unit testing its HTTP methods.