A simple Python project to scraping thousands of Digimon data (only its name & picture's url) from Wikimon.net, then store all data into a csv file & MySQL database.
-
$ mysql -u yourUserName -p $ Enter password: ******* $ create database digimon; $ use digimon; $ create table digimon( id int auto_increment, nama varchar(255), gambar varchar(255), primary key (id) );
-
$ pip install beautifulsoup4 MySQL-connector-python
-
$ git clone https://github.com/LintangWisesa/Digimon_BeautifulSoup_WebScraping $ run digimon.py
Lintang Wisesa 💌 lintangwisesa@ymail.com
Facebook | Twitter | Google+ | Youtube | :octocat: GitHub | Hackster