Open GoogleCodeExporter opened 9 years ago
How/where does the Twitter account connect to the API? I don't see any
references to posting to Twitter in Git anywhere.
Original comment by jonathan...@gmail.com
on 8 Aug 2014 at 11:47
Connecting to the Twitter API is new development. Nothing like that exists yet.
The idea with this feature request is to build a new, standalone service that
polls the CHIRP playlist API (which exists) then posts to the Twitter API. The
service will then be deployed and hosted on a CHIRP server so that it runs
continuously.
Original comment by kumar.mcmillan
on 9 Aug 2014 at 2:08
Thanks Kumar. So the Twitter account that Shawn linked to in her first post was
updated manually? It doesn't look like it.
Original comment by jonathan...@gmail.com
on 9 Aug 2014 at 3:58
The feed had been pulling data from the tool Kyle built. When he exited the
organization, he took that tool down, which means we need to recreate the feed
directly from the playlist API.
Original comment by sh...@chirpradio.org
on 9 Aug 2014 at 4:35
I'll tackle this.
Original comment by chris.ag...@gmail.com
on 28 Sep 2014 at 7:35
Original comment by chris.ag...@gmail.com
on 28 Sep 2014 at 7:37
Is there a compelling reason why an update_twitter() method can't be dropped
into chirpradio.playlists.models.PlaylistTrack and invoked on put()?
Original comment by chris.ag...@gmail.com
on 28 Sep 2014 at 9:19
Not at all. I think it would be fine to update twitter with the task pipeline
approach that already exists. You'd just need to add a new listener like the
one that posts track data to the live site:
https://github.com/chirpradio/chirpradio/blob/master/playlists/tasks.py#L57
Original comment by kumar.mcmillan
on 29 Sep 2014 at 4:24
Original issue reported on code.google.com by
sh...@chirpradio.org
on 5 Aug 2014 at 2:03