An open API service indexing awesome lists of open source software.

https://github.com/popcodelab/olympicsdatascraper

Python web data scraper - Olympic Games - Tokyo 2020 - Dataset creator
https://github.com/popcodelab/olympicsdatascraper

json python web-scraping

Last synced: 2 months ago
JSON representation

Python web data scraper - Olympic Games - Tokyo 2020 - Dataset creator

Awesome Lists containing this project

README

          

# OlympicGames

## Goal

Scrap Tokyo Olympic Games 2020 to build a list of tuples to be used in the [MaterialTablePOC](https://github.com/popcodelab/MaterialTablePOC) Angular application.

- Gathers sport names
- Medal count per country and country flags

These files are used as mock data.

It generates JSON files as well : sports.json and medals-and-flags.json

## Parameters

Must pass 1 argument to execute main.py : medals or sports

## Technologies
- Python
- JSON

[![forthebadge](https://forthebadge.com/images/badges/uses-git.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-markdown.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-in-python.svg)](https://forthebadge.com)