diff --git a/README.md b/README.md index 484938c..34c25d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Scraperr +![logo_picture](https://github.com/jaypyles/www-scrape/blob/master/docs/main_page.png) + Scraperr is a self-hosted web application that allows users to scrape data from web pages by specifying elements via XPath. Users can submit URLs and the corresponding elements to be scraped, and the results will be displayed in a table. From the table, users can download an excel sheet of the job's results, along with an option to rerun the job. diff --git a/docs/logo_picture.png b/docs/logo_picture.png new file mode 100644 index 0000000..2abba33 Binary files /dev/null and b/docs/logo_picture.png differ