Skip to content

Commit

Permalink
write fight data to csv
Browse files Browse the repository at this point in the history
  • Loading branch information
jorislimonier committed Jun 25, 2021
1 parent 54a7679 commit df32070
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "src/main_scraper.py",
"console": "integratedTerminal"
}
]
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit df32070

Please sign in to comment.