Git Product home page Git Product logo

opgg-scraper's People

Contributors

harshitchari avatar kaycmendes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

opgg-scraper's Issues

Error

Am getting Error: No node found for selector: #right_gametype_soloranked while running the command.
And if i change the refresh to true then am getting Error: No node found for selector: #SummonerRefreshButton

Adding "Recently Played With" Section

I created a package, based off this package. It scrapes the section that tells you duo winrates. I'd like to add it to this package. It's updated to work with the new version of OPGG.

OPGG Section

opgg section

Scrape Output

// Output
{
  Name: 'yassuo',
  Level: '386',
  ProfilePic: 'https://opgg-static.akamaized.net/images/profile_icons/profileIcon1413.jpg?image=q_auto&image=q_auto,f_png,w_auto&v=1652778226640',
  RecentlyPlayedWith: [
    [ 'Summoner', 'Games', 'W - L', 'Win Rate' ],
    [ 'skb', '3', '2 - 1', '67%' ],
    [ 'POOGERS', '3', '2 - 1', '67%' ],
    [ '1083', '2', '0 - 2', '0%' ],
    [ 'Chimp', '2', '2 - 0', '100%' ],
    [ 'evergreenily', '2', '2 - 0', '100%' ],
    [ 'Heat Waves', '2', '2 - 0', '100%' ],
    [ 'Plat Players Suc', '2', '0 - 2', '0%' ],
    [ 'EmbraceLife', '2', '1 - 1', '50%' ]
  ]
}

Korean Scrap doesn't work

if(region === 'kr'){
await page.goto(https://$www.op.gg/summoner/userName=${user})
}else{
await page.goto(https://${region}.op.gg/summoner/userName=${user})
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.