Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennetyee/aptera-data
Scrape Aptera's Accelerator Program data from the Accelerator status web page
https://github.com/bennetyee/aptera-data
Last synced: 3 days ago
JSON representation
Scrape Aptera's Accelerator Program data from the Accelerator status web page
- Host: GitHub
- URL: https://github.com/bennetyee/aptera-data
- Owner: bennetyee
- License: mit
- Created: 2023-04-29T23:06:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T07:02:39.000Z (7 months ago)
- Last Synced: 2024-06-30T10:21:24.970Z (7 months ago)
- Language: Python
- Size: 4.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Aptera Data
Extract the investor ranking data from Aptera Motor's Accelerator
Program status page. This code is hacky, but the Accelerator program
will cease in O(months), so there's no need to make it more robust.The program in `aptera-data.py` scans the web page at
for information like the backend XHR
server, and the makes XHR requests to obtain the table data from the
Microsoft Power BI backend. The table data is written as CSV to
standard output, to be used in the spreadsheet at
to compute statistics
like the expected time until the program ends, etc. This replaces the
previous method for extracting this data, which was simply a
copy-n-paste from the leaderboard status page to the acceleration
statistics/graphs page. Selecting all rows from the Power BI page
took many minutes and became untenable as the Accelerator program got
to over ~800 entries.The program in `aptera-poll.sh` is used in a shell to let me know when
to update the spreadsheet. It is another quick-and-dirty hack. The
spreadsheet data upload and cut-n-paste are still manual operations.