Skip to content
View Cshion's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Cshion

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sunat-ruc-scraper2 sunat-ruc-scraper2 Public

    A simple scrapper to get RUC information from SUNAT public page.

    JavaScript 15 13

  2. lineauno-bot lineauno-bot Public

    Linea uno bot

    JavaScript 5 1

  3. sunatRucScraper sunatRucScraper Public

    JavaScript 3 2

  4. Reniec scraper. Reniec scraper.
    1
    "use strict";
    2
    const request = require("request");
    3
    const dv      = require("dv");
    4
    const async   = require("async");
    5
    const fs      = require("fs");
  5. Basic DRAE scrapper , need refactor... Basic DRAE scrapper , need refactor to manage redirections.
    1
    var request = require( "request" );
    2
    var cheerio = require( "cheerio" );
    3
    var async   = require( "async" );
    4
    
                  
    5
    var getHtml = function( word , callback ) {