Skip to content

This repository is destinated to future upwork clients with the purpose of gather all my personal python web scraping projects in one place.

Notifications You must be signed in to change notification settings

fcastro25/freelancer_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MY FREELANCER PORTFOLIO

This page aims to serve as a portfolio for projects made by me. These projects serve as evidence of my expertise in the areas I work in.

WEB SCRAPING PROJECTS

PROJECT 01 - POKEMON GO WEB SCRAPING USING PYTHON

This project consists of a Python script capable of scraping data from a list of links using the BeautifulSoup library.

The chosen website to be scraped was the following -> Pokemon go wiki - fandom

  1. Firstly, a function named link_scraper scans the website and retrieves the list of links associated with each Pokémon;
  2. This list of links serves as an input parameter for the function named info_scraper;
  3. Within the info_scraper function, all available information about each Pokémon is scraped from the respective links;
  4. Finally, the function save_json saves the scraped data as a JSON file.
Project prints... (click to expand!)

Code overview Code overview

Terminal when code is running Terminal when code is running

Excerpt from json file of scraped data Excerpt from json file of scraped data


About

This repository is destinated to future upwork clients with the purpose of gather all my personal python web scraping projects in one place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages