facebookarchive / fbconsole

A micro api client for writing scripts against the Facebook Graph API.
Other
325 stars 74 forks source link

removing imp steps for fbconsole #20

Closed myusuf3 closed 11 years ago

myusuf3 commented 11 years ago

don't tell people how to do something them tell them not to. Also horrible way to install things.

myusuf3 commented 11 years ago

@pcardune ping!

pcardune commented 11 years ago

Will take a look later today.

pcardune commented 11 years ago

:( I had originally put that documentation in there to make this library more accessible to people who were totally new to programming (think high school CS classes) and who hadn't yet learned about proper dependency management and library installation systems.

But now fbconsole depends on anyjson and six, so this shortcut using imp doesn't even work anymore. So I guess it's time to ditch the docs as well, since I don't intend on making this work without six and anyjson.

I don't suppose you know of a way to make fbconsole usable to people who don't want to go through the hassle of setting up pip and virtualenv and all that? I really like the javascript model where you can just put Githubissues.

  • Githubissues is a development platform for aggregating issues.