GithubHelp home page GithubHelp logo

xscraper's Introduction

X-Scraper

Simple tool for concurrent web scraping. To use,

pip install requirements.txt
python xscraper.py

Add your target urls to scrape_urls.csv (or whichever file you specify), separated by commas.

Advanced usage:

usage: xscraper.py [-h] [-c CONCURRENT_LIMIT] [-b BASE_URL] [-p CSV_PATH]
                   [-d CSV_DELIMITER] [-o OUTPATH]

Concurrent web scraping tool using parallelized coroutines.

optional arguments:
  -h, --help            show this help message and exit
  -c CONCURRENT_LIMIT, --concurrent-limit CONCURRENT_LIMIT
                        Number of simultaneous connections to allow.
  -b BASE_URL, --base-url BASE_URL
                        Base url to which requests will be made.
  -p CSV_PATH, --csv-path CSV_PATH
                        Path to file containing list of IDs to retrieve.
  -d CSV_DELIMITER, --csv-delimiter CSV_DELIMITER
                        Delimiter to use when reading csv file.
  -o OUTPATH, --outpath OUTPATH
                        Path at which results are saved.

xscraper's People

Contributors

lukesalamone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.