Collects csv files from SpeedScout16 and generates an FRC scouting spreadsheet.
This software collects emails sent by SpeedScout16 (Android/iOS) and uses the scouting data to populate a Google Docs spreadsheet. This spreadsheet may contain data analysis functionality to help teams in alliance selections.
SpeedScoutParser uses the Python interfaces to the following APIs:
- Google Drive API - For accessing a Google Docs spreadsheet
- Gmail API - For gathering emails from a Gmail account
- Google Apps Script API - For inserting rows into a spreadsheet
Additionally, you must have Python 2.6 or greater installed and using cron to periodically run SpeedScoutParser requires a Linux/Mac OS/Unix computer.
The config file contains several parameters specific to your instance of SpeedScoutParser.