pastebin-archive-scrape
v1.2.0
Published
Scrapes the pastebin archive page https://pastebin.com/archive
Downloads
1
Readme
pastebin-archive-scrape
Scrapes the pastebin archive page https://pastebin.com/archive
Usage
const pasteScrape = require('pastebin-archive-scrape');
pasteScrape.getPastebinArchives()
.then(pastebins => {
console.log(pastebins[0]);
})
Documentation
getPastebinArchives(): Promise<Pastebin>
object: Pastebin
Example:
{
"name": "mypastebin",
"created": "2 days ago",
"lang": "CSS",
"id": "RyCdRdYJ"
}