Kiko Beats

Results 271 comments of Kiko Beats

@watlandc I wrote a full example using `metascraper` + `html-get`, targeting a tweet with media: ```js const createBrowserless = require('browserless') const getHTML = require('html-get') // Spawn Chromium process once const...

In case you need to detect the author, then the tweet URL `https://twitter.com/:username/status/:id` can be considered a pattern for getting the `username` as `author`. still worth it to write a...

Hello, Can you explain better how are you using metacraper? Based on my experience, the number of web pages that put (a correct) date metadata is very very low, so...

Happy to accept a PR adding an argument to determinate if the date can be obtained from update date rules 🙂

Just define a way for adding conditional rules that depend on an option argument. The name of the argument is a thing we can discuss in the PR 🙂

Thanks for this! My only concern is to add too many date fields as part of the payload. I understand `date` is too simple, so what do you think if...

LGTM! I think it's worth it to sort the rules to avoid repetition and make them easy to read. Doing that, the default behavior could be easy as add the...

hum that strange, let me investigate

This kind of rules can be added an enabled using package options; Particularly I don't like this approach because the problem here is HTML markup is used totally different in...

@DickyQi I tried full path but it doesn't work ``` /Users/kikobeats/.rbenv/shims/istats cpu --no-graphs --no-labels ``` if I do the action on my terminal I can see it works, so something...