https://github.com/shortedapp/asx-company-images
mapping of asx-company-images
https://github.com/shortedapp/asx-company-images
asx company-logos
Last synced: 5 months ago
JSON representation
mapping of asx-company-images
- Host: GitHub
- URL: https://github.com/shortedapp/asx-company-images
- Owner: shortedapp
- Created: 2018-08-04T12:18:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T04:12:17.000Z (over 7 years ago)
- Last Synced: 2025-06-10T08:41:56.296Z (about 1 year ago)
- Topics: asx, company-logos
- Language: Makefile
- Size: 43.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asx-company-images
## steps
1. search for a company from the csx list located [here](ASXListedCompanies.csv)
* combine search with terms like 'asx', 'australia', 'company logo' , 'png'
2. download the best matching logo for the company and store in folder mapping to the company logo i.e companies//logo.png
3. create a metadata json document with the following structure:
```json
{
"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/](companies/ABC/)
4. once finished with a batch of companies has been saved run the following commands:
```bash
git add . --all
git commit -am "added companies"
git push -u origin master
```