vgan / everyeno

a twitter/ tumblr bot which posts details of every discogs release crediting brian eno

Home Page:http://twitter.com/everyeno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

everyeno

everyeno is a bot designed to run on a schedule and tweet/ tumbl details of master releases for brian eno in chronological order.
you can see results here:

i thought this would be a fun way to learn to use the discogs API and visualize how much interesting work brian eno has been involved with over the years as an artist and producer.
Operation:
  • on 1st run, it downloads info for every master release brian eno is credited on via the discogs api and creates a local file called releases.csv (note: after first run manually check and sort the data in the csv to your liking before running again.)
  • on subsequent runs it steps through each release and tweets/ tumbls each one, keeping track via a second local file tweeted.txt

APIs/ Wrappers:


Scheduling via Cron:
@hourly your-username python /path-to-your-script/everyeno.py >> /path-to-your-script/everyeno.log 2>&1

About

a twitter/ tumblr bot which posts details of every discogs release crediting brian eno

http://twitter.com/everyeno

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%