scraperwiki / twitter-follows-tool

Get users who follow or are following a particular user; tool now defunct, though the code is here for reference.
https://blog.scraperwiki.com/2014/08/the-story-of-getting-twitter-data-and-its-missing-middle/
Other
5 stars 7 forks source link

Some wide columns aren't very useful #32

Closed frabcus closed 11 years ago

frabcus commented 11 years ago

It's distracting in the View table view that e.g. profile_image_url_https takes up so much horizontal space.

Solutions might be:

1) Use an OrderedDict when saving to make sure it defaults on the right. 2) Detect they are images and embed them magically (!) 3) Remove the column completely, do we really need it? 4) Have a better dynamic scaling algorithm.

frabcus commented 11 years ago

Renamed column to be shorter, and also fixed by https://github.com/scraperwiki/datatables-view-tool/issues/10 and https://github.com/scraperwiki/datatables-view-tool/issues/9