Skip to content

Squirtle is Python OpenSource Script to Scrapp Data from WebPages it Supports Both import in JSON & CSV format alongside Downloading Pictures , also it supports Flask API

License

Notifications You must be signed in to change notification settings

hamoudaarfaoui/Squirtle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squirtle Data&Files Scrapper

Python Data Scrapper OpenSource API made Scrapping Data from webpages (JSON/CSV format , optional : Download offline Files ) easier , also it includes Web API to Web Deployment . (Work still in progress for webService API ) please Contribute .

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them :

Python Version 3.6
Flask
Flask-RESTful
beautifulsoup4

Installing

A step by step series of examples that tell you how to get a development env running

Python3.6 & pip3 Installation ( Why pip3 ? pip will automatically uses python2.X):

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
python3 -V
sudo apt-get install python3-pip

BeautifulSoup4 installation using pip3 :

pip3 install beautifulsoup4

Flask installation using pip3 :

pip3 install flask
pip3 install flask-restful

Running Script :

python3 main.py

Running Flask Server :

export FLASK_APP=api.py
python3 -m flask run

The Web API will will be available : http://localhost:5000/getJSON

About

Squirtle is Python OpenSource Script to Scrapp Data from WebPages it Supports Both import in JSON & CSV format alongside Downloading Pictures , also it supports Flask API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%