Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Dog food your hard drive in few types. Fetch images periodically from flickr and giphy.
You can let it run and feed a database with images.
This is mainly a devtool that should go on your Tool Belt.
npm install -g gofetch
$ gofetch
$gofetch fetch kitten
$gofetch fetch bananas gif
$gofetch stop bananas
gofetch$ help
Commands:
Commands:
help [command...] Provides help for a given command.
exit Exits application.
fetch [keyword] [type] [interval] [width] [height] [destination] Starts downloading media to a given <destination> folder.
You can provide the [type] of media you want to download (image or gif). The default value is 'image'
One medium is downloaded every [interval] seconds (minimum is 1).
You can provide a [keyword] to download media matching a specific subject. If not supplying any keyword, you will get media matching the keyword "kitten".
You can provide [width] and [height] to change the images size, default size is 320x240 (This only works for images).
stop <fetchName> Stop fetching specific named fetcher.
list List current fetcher.
You can use a configuration which looks like:
{
"tmpDir": "/tmp",
"destinationPath": "/tmp/fetch-image",
"verbose": false,
"image":{
"width":320,
"height":240,
"type": "image"
},
"keyword":"kitten"
}
Please add some relevant information to help troubleshoot.
Please follow standard style conventions.
Enjoy !
FAQs
A Command Line Interface to automatically download images, gif or video.
The npm package gofetch receives a total of 2 weekly downloads. As such, gofetch popularity was classified as not popular.
We found that gofetch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.