Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wardbenjamin/firstchoicescraper
Scrapes firstchoicebyandymark.com and generates a spreadsheet containing all FIRST Choice items and useful data.
https://github.com/wardbenjamin/firstchoicescraper
andymark beautifulsoup4 first-choice first-frc first-robotics first-robotics-competition scraper
Last synced: 2 days ago
JSON representation
Scrapes firstchoicebyandymark.com and generates a spreadsheet containing all FIRST Choice items and useful data.
- Host: GitHub
- URL: https://github.com/wardbenjamin/firstchoicescraper
- Owner: WardBenjamin
- License: mit
- Created: 2017-11-21T16:31:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T16:31:48.000Z (about 7 years ago)
- Last Synced: 2024-11-02T11:03:37.154Z (about 2 months ago)
- Topics: andymark, beautifulsoup4, first-choice, first-frc, first-robotics, first-robotics-competition, scraper
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FIRST Choice Spreadsheet Generator
Scrapes the FIRST Choice website (https://firstchoicebyandymark.com), and adds that data to a spreadsheet to help with priority lists.
The spreadsheet (as a CSV) contains SKU, name, url, Price (in terms of credits), and max quantity (if applicable).
### Methodology (pseudo-code):
```
get every product-itemfor each product, get the a inside product-title
for each a, get href and text
end
endfor each product, get the actual-price span text and the maxqty if applicable
```##
## Authors
This software was created and is maintained by [Benjamin Ward](https://github.com/WardBenjamin). It is licensed under the MIT license.