Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonrad/espnpoll
https://github.com/jonrad/espnpoll
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonrad/espnpoll
- Owner: jonrad
- Created: 2016-08-30T02:03:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T14:25:01.000Z (over 8 years ago)
- Last Synced: 2024-11-05T07:42:05.501Z (about 2 months ago)
- Language: F#
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EspnPoll
Updates the [CSG spreadsheet](https://www.reddit.com/r/fantasyfootball/comments/4zifas/csg_fantasy_football_spreadsheet_v414/) live from your ESPN draft
## Directions
1. Make sure to have the [CSG spreadsheet](https://www.reddit.com/r/fantasyfootball/comments/4zifas/csg_fantasy_football_spreadsheet_v414/) open in excel
2. Open the "Lite Draft Application" in your ESPN draft.
3. View source (right click and choose view source).
4. Find a line that looks like: *draftToken: "1:1234567:1:12345678:123456789",* (around line 12)
5. Copy the part in the quotes (*1:1234567:1:12345678:123456789*)
6. Run this application and paste when asked for the token## Known Issues
* Only works with the "Lite Draft Application"
* Only works for publicly viewable leagues (Should be a fairly simple fix to make it work with private leagues)
* Defenses aren't marked off accordingly (Another simple fix)
* If you reorder the spreadsheet, things will get marked off incorrectly (Hiding rows is fine though). Another fairly simple fix