Skip to content

iButcat/Cli-convert-csv-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Install a virtual env using python by running the command:

python3 -m venv /path/to/new/virtual/environment

when it's done run "source venv/bin/activate"

then you need to install some dependency:

pip3 install requests pandas python-csv

when all the step above are finished, run:

Python3 main.py

The cli will ask you for the url with the .csv extension

About

A little Cli application which fetch CSV from https://www.football-data.co.uk and convert it to Json data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages