Skip to content

What's worse than 1 illegaly trafficked plant? 5000 illegaly trafficked plants!

Notifications You must be signed in to change notification settings

alintulu/LilSebastian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Li'l Sebastian for Zoohackathon 2019 Helsinki

Our contribution to problem 6

This is a web scraper as part of our application for Zoohackathon 2019 in Helsinki. You can find the full application and further information at https://devpost.com/software/li-l-sebastian.

How it works

  • The json file input/plants.json contains the names and ids of the CITES listed plants we would like to find further information on
  • The python file crawler/final_crawler.py is my final version of the crawler I use to scrape with
  • Run it by being in the folder crawler an type into the terminal (requirements are found below)
python final_crawler.py

What it does

To help reduce the overall demand of trafficked plants, this tool helps to identify sellers and offers of CITES listed plant species through popular e-commerce sites, to reduce the amount of manual labour on the part of law enforcement individuals and CITES staff.

How we built it

We used a scraper to identify the relevant postings on alibaba, which then fed into a json file. The data was then used to populate the Progressive Web App (PWA) built with ReactJS.

Python requirements

Requires python 3. Python packages required are

  • urllib
  • lxml
  • pandas
  • json
  • pickle

About

What's worse than 1 illegaly trafficked plant? 5000 illegaly trafficked plants!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages