Giter Club home page Giter Club logo

rlscrape's People

Contributors

mattmiller87 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rlscrape's Issues

Enumerate

one of the next steps in maturing this code, I want to do
for index, row in enumerate(reader,start=1):

csvIO

formatting on argparse into class is awful. will want to re-do that. csvRead should be (self,input) and csvWrite should be (self,output)

this is true in async version too

When Running 'All' Playlists Tier is broken.

Per Namdorin and confirmed by me:

C:\Users\matth\Documents\Github\RLScrape>python asynccsv.py -i "RSC Tracker Links - Link List.csv" -p All
retrieve:  36%|████████████████████████▌                                           | 1474/4082 [05:20<08:07,  5.35it/s]Traceback (most recent call last):
  File "asynccsv.py", line 191, in <module>
    loop.run_until_complete(singleRun())
  File "C:\Users\matth\AppData\Local\Programs\Python\Python37\lib\asyncio\base_events.py", line 584, in run_until_complete
    return future.result()
  File "asynccsv.py", line 171, in singleRun
    responses.append(await task)
  File "C:\Users\matth\AppData\Local\Programs\Python\Python37\lib\asyncio\tasks.py", line 533, in _wait_for_one
    return f.result()  # May raise f.exception().
  File "asynccsv.py", line 153, in _safe_download
    return await self.aRetrieveData(gamertag,platform)
  File "asynccsv.py", line 76, in aRetrieveData
    newrow = self._dictToList(data)
  File "asynccsv.py", line 125, in _dictToList
    newdict[season]['1T'] = pdata['Tier']
KeyError: 'Tier'
retrieve:  36%|████████████████████████▌                                           | 1474/4082 [05:50<10:20,  4.20it/s]

Dynamic Latest Season

Updated static entries from Season12 -> S13. this is in argparse and in the self.latestseason.

UnicodeDecodeError

'utf-8' codec can't decode byte 0xae in position 17: invalid start byte

Assuming it just couldn't read this person: Criscoo®#2952

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.