Skip to content

kingstondoesit/scrape-test

Repository files navigation

scrape-test

This simple project demonstrates how to scrape table data from websites using Python.

website url = https://en.wikipedia.org/wiki/List_of_largest_companies_in_the_United_States_by_revenue

Requirements

  • Python 3.x
  • requests library
  • beautifulsoup4 library
  • pandas

Installation

  1. Clone the repository:

    git clone https://github.com/kingstondoesit/scrape-test.git
  2. Navigate to the project directory:

    cd scrape-test
  3. Install the required libraries:

    pip install -r requirements.txt

Usage

  1. Run the scraper script:

    python scraping_table.py
  2. The scraped data will be saved in the specified output file.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

scrape website table data with python script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published