Skip to main content

Grabs page & article titles from lists of URLs contained in files passed in as arguments

Project description

title_grabber

Usage instructions

  • Just feed it 1 or more files containing URLs (1 per line)

title_grabber /abs/path/2/urls1.csv rel/path/2/urls2.csv

  • Optionally, change the output file:

title_grabber -o output.csv /abs/path/2/urls1.csv rel/path/2/urls2.csv

  • Get help:

title_grabber -h

dev setup instructions

  1. Clone the project

git clone git@github.com:cristianrasch/title_grabber.git

  1. Create a new virtual environment for it

cd title_grabber && python3 -m venv venv

  1. Install its dependencies

pip install -r requirements.txt

  1. Run the test suite to make sure everything is set up OK

python -m unittest discover -v -s title_grabber/tests/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

title_grabber-cristianrasch-0.1.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page