Skip to content

simple python script to scrap data from a wikipedia table and write them into a csv-file

Notifications You must be signed in to change notification settings

t-io/wiki_table_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki_table_parser

  • Clone project and cd into it
  • Create a VirtualEnvironment virtualenv --no-site-packages env_parse
  • Activate VirtualEnvironment source env_parse/bin/activate
  • Install dependencies pip install -r requirements.txt
  • Run parser python parse.py

About

simple python script to scrap data from a wikipedia table and write them into a csv-file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages