- search for a company from the csx list located here
- combine search with terms like 'asx', 'australia', 'company logo' , 'png'
- download the best matching logo for the company and store in folder mapping to the company logo i.e companies//logo.png
- 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/
- 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