/asx-company-images

mapping of asx-company-images

Primary LanguageMakefile

asx-company-images

steps

  1. search for a company from the csx list located here
  • combine search with terms like 'asx', 'australia', 'company logo' , 'png'
  1. download the best matching logo for the company and store in folder mapping to the company logo i.e companies//logo.png
  2. create a metadata json document with the following structure:
{
  "code": "ABC",
  "url": "https://abc.lol.com.au/logo.png"
}

where the url is where the image was fetched from. An example of this basic layout can be found here companies/ABC/

  1. once finished with a batch of companies has been saved run the following commands:
git add . --all
git commit -am "added companies"
git push -u origin master