GitXplorerGitXplorer
j

mjb-get-img

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
e1b4e49dd03531b8de53e45b46b50c21549a4ffd

some more progress made

jjasonbraganza committed 4 years ago
Verified
d1db857d4ec1e550be134483077f802250bfce0b

created a requirements.txt

jjasonbraganza committed 4 years ago
Verified
09ee23aad016ee979711ddebf1d1032bd53de3d6

some more changes

jjasonbraganza committed 4 years ago
Verified
f78ce319cb049fbb6d979392cef8760463c6638c

updated the log

jjasonbraganza committed 4 years ago
Verified
f9bacb8df049b62c7e0be25f7caec23307c8665d

added a requirements.txt

jjasonbraganza committed 4 years ago
Verified
c5a759a6250e40c2b5020f0359c4104ef7591090

made a few corrections to the README

jjasonbraganza committed 4 years ago

README

The README file for this repository.

Introduction

A python program that takes a web page url, and saves images from that page into a folder.

Installation

Needs Python 3.6 or above.
This project uses the Beautiful Soup and Requests packages.
Use the requirements.txt file to get them. Install with a pip install -r /path/to/requirements.txt Best do this in a virtual environment.

Usage

$ python mjbgetimg.py 'some-url'

License

This project is licensed under the MIT license.
Look at the LICENSE file for more details.

This project also uses the Python Requests library, which has an Apache License v2.0.
A copy of this license in provided in the Licenses sub folder