Log in

View Full Version : @FRCFMS Twitter feed


David8696
26-02-2015, 15:07
According to this (http://www.chiefdelphi.com/forums/showpost.php?p=1450190&postcount=5) post, the FRCFMS Twitter feed might not exist this year. Can anyone provide more details on this (preferably a refutation because oh crap)?

And if it's true, does anyone have a recommendation on where to scrape match data from? As far as I know, FRC Tracker and FRC Spyder *both* get their data from the Twitter feed. I've spent some time this offseason working on a program that's meant to get its data from the feed as well. Where should I go if it doesn't exist?

Please, please, please someone tell me I'm wrong, and if I'm not, I'd really appreciate help with how to deal with it.

cgmv123
26-02-2015, 15:15
Start here: http://frc-events.usfirst.org/

plnyyanks
26-02-2015, 15:20
I think it's pretty safe to say @FRCFMS won't be a thing this year (unless it becomes active tomorrow).

If you want the data in real-time, The Blue Alliance API includes webhooks (http://www.thebluealliance.com/apidocs/webhooks), where TBA will push a POST request to your server whenever a match score gets posted, say. You can be notified about these events (https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/notification_type.py#L75). This lets you avoid polling an API repeatedly. You can also sign up for the "firehose" - get notified for data about every event in a year on the Account Overview Page (http://www.thebluealliance.com/account/mytba), subscription tab.

However, if you need more static data, the TBA API (http://www.thebluealliance.com/apidocs) can give you that, as well.

Start here: http://frc-events.usfirst.org/
I wouldn't rely on scraping those pages this year, take a look at this comment in the source

<!-- PLEASE DO NOT SCRAPE WEBPAGES FOR EVENT DATA!
We now have an API that allows easy access to event and team
data. It is easier for developers, and helps keep this server
available for the public who are seeking basic event information.
For more info, visit our project website at:
https://usfirst.collab.net/sf/projects/first_community_developers/

FIRST`
`:FFFFF+
`:FFFFFFFF`
`:FFFFFFFFFF`
`:FFFFFFFFFFFF.
`:FFFFFFFFFFFFFF.
`:FFFFFFFFFFFFFFFF-
`:FFFFFFFFFFFFFFFFFF:
`:FFFFFFFFFFFFFFFFFFFFF
`:FFFFFFFFFFF+ -/+FFFFFF+ `/FIRST+.
`:FFFFFFFFFFF+ ./+FFFFFFF` `/CCCCCCCCC.
`:FFFFFFFFFFF+ ./+FFFFFFF` /CCCCCCCCCCCCC-
:FFFFFFFFFFF+ `:/FFFFFFF. :CCCCCCCCCCCCCCCCCC-
:FFFFFFFFFFF+ `:/FFFFFFF/::.FIRST..-.` :CCCCCCCCCCCCCCCCCCCC-
:FFFFFFFFFFF+ /`R/FFFFFFF+/RRRRRRR///-CCCCCCCCC/:.`://CCCCCCCCC.:
:FFFFFFFFFFF+ /RRR///FFFFFFF-RRRRRRRCCCCCCCC/R. ` -///CCCCCCCC:
:FFFFFFFFFFF+ :/RRR///:-/FFFFFFF+ -CCCCCCCCCC/RR/ `-///CCCCCCCC/`
:FFFFFFFFFFF+ :/RRR/-. ./+FFFFFFF`-CCCCCCCCCC//RRRRR/ `-//CCCCCCCC.+`
:FFFFFFFFFFFF` :RRR/-` -:/+FFFFFFCCCCCCCCCC/:. .RRRRR// `-//CCCCCCCCC:/
:FFFFFFFFFFFF` :/RRR-. +.FFFFFFCCCCCCCC/:. `:RRRRR/ -///CCCCCCCC/
:FFFFFFFFFFFF` :RRRRRR++ FFFFFFFFCCCCCCCCCC+` ``RRRR` ` .:/CCCCCCCCCC.
:FFFFFFFFFFFF..--:-RRRRRR:FFFFFFFFFFFFFFFFFCCCCCCCCCCC: `RRRR `/.CCCCCCCCC/.
:FFFFFFFFFFFFFFFFFF.RRFFFFFFFFFFFFFFFFFF/://///+CCCCCCCCC/` `RRRR `/CCCCCCCCCCC/:`
:FFFFFFFFFFFFFFFFFFF/RRRRR.+::FF .://///CCCCCCCCC` `RR: /CCCCCCCCCCC/:`
:FFFFFFFFFFFFFFFFFFFF/RRR- .://///CCCCCC: .RRR. :CCCCCCCCCCC/:`
-FFFFFFFFFFFFFFFFFFFFF+/RRR`- `:////:CCCCCCCCC.:/-RRR: :CCCCCCCCCC/:.
-FFFFFFFFFFFFFFFFFF-.` ./RRRR`- `.``..CCCCCCCC.://R- :CCCCCCCCCC/:.
-FFFFFFFFFFFF:.` `:RRRR-` `:-CCCCCCCCC/..:CCCCCCCCCC/:.
`.-:/:-` .:/RRRRR-.` `.-://CCCCCCCCCCCCCCCCC+:.
.-/RRRRR//RRRRRR.......RRRRRRRRRRR//C/CCCCCCCCCCCCC+:.
.-:/RRRRRRRRRRRRRRRRRRRRRRRRRRR///CCCCCCCCCCCC+:.
`.-:RRRRRRRRRRRRRRRRRR-.` -:///CCCCC+/.
::```.....```: .:///CCC+/-
.:////-
-->

Jared Russell
26-02-2015, 15:23
I think they could have done a better job on that FRC logo ASCII art. Aspect ratio is all out of whack.

Hallry
26-02-2015, 15:26
I guess this means that CD's "FRC Spy" feature will no longer work?

Andrew Schreiber
26-02-2015, 15:30
I think they could have done a better job on that FRC logo ASCII art. Aspect ratio is all out of whack.

And it doesn't follow their own logo use guidelines... sloppy work.

plnyyanks
26-02-2015, 15:36
I guess this means that CD's "FRC Spy" feature will no longer work?

Yeah, I guess not :(

Dave Flowerday
26-02-2015, 15:42
FRC Spyder will be attempting to replicate the old @FRCFMS Twitter feed. Details here: http://www.chiefdelphi.com/forums/showthread.php?t=135214