jogelee / DraftKings_NBA_Showdown

0 stars 1 forks source link

chdir nba showdown file #1

Open donlaur opened 4 years ago

donlaur commented 4 years ago

Hello, What is the following? os.chdir('C:\Users\jogel\Desktop\draftkings\showdown\nba');

Can you include that file please? Even if just the showdown csv for a slate, there isn't many available right now and with the name of nba I wasn't sure. Thanks.

jogelee commented 4 years ago

Hi,

That directory is just where the lineup csv is output, everything the code needs is pulled via the DraftKings and NBA API's, no local files required.

On Wed, Jul 15, 2020 at 1:05 PM Donnie Laur notifications@github.com wrote:

Hello, What is the following? os.chdir('C:\Users\jogel\Desktop\draftkings\showdown\nba');

Can you include that file please? Even if just the showdown csv for a slate, there isn't many available right now and with the name of nba I wasn't sure. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jogelee/DraftKings_NBA_Showdown/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANDWVKKOMAHDUVVG4L4RSHDR3XOW5ANCNFSM4O2W7C7A .

donlaur commented 4 years ago

Thanks. When I run it in pycharm this is the error I get.

line 19, in os.chdir('C:\Users\jogel\Desktop\draftkings\showdown\nba') FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\jogel\Desktop\draftkings\showdown\nba'

On Wed, Jul 15, 2020 at 1:23 PM John Lee notifications@github.com wrote:

Hi,

That directory is just where the lineup csv is output, everything the code needs is pulled via the DraftKings and NBA API's, no local files required.

On Wed, Jul 15, 2020 at 1:05 PM Donnie Laur notifications@github.com wrote:

Hello, What is the following? os.chdir('C:\Users\jogel\Desktop\draftkings\showdown\nba');

Can you include that file please? Even if just the showdown csv for a slate, there isn't many available right now and with the name of nba I wasn't sure. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jogelee/DraftKings_NBA_Showdown/issues/1, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ANDWVKKOMAHDUVVG4L4RSHDR3XOW5ANCNFSM4O2W7C7A

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jogelee/DraftKings_NBA_Showdown/issues/1#issuecomment-658896790, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQKFF5FGEUB4TXVN4KYC7DR3XQXPANCNFSM4O2W7C7A .