Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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.
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.