scragram
v0.0.3
Published
Scraped the instagram
Downloads
9
Maintainers
Readme
Scragram
const scragram = require('scragram')
const hashTag = 'streaming'
// It allows to quickly consult the link of the top posts.
scragram.getLinksTopPost(hashTag, (err, data) => {
err ? console.log(err):console.log(data)
})
/***
data out
{
"data":[
"link1.jpg",
....
....
"link10.jpg"
]
}
***/
Use in console
Install
(sudo) npm install scragram -g
Use
scragram yourhashtag
Example
scragram streaming