Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huydx/facy
command line power tool for facebook
https://github.com/huydx/facy
Last synced: 20 days ago
JSON representation
command line power tool for facebook
- Host: GitHub
- URL: https://github.com/huydx/facy
- Owner: huydx
- License: mit
- Created: 2014-07-16T08:17:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T22:09:18.000Z (over 2 years ago)
- Last Synced: 2024-05-16T19:02:29.330Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 2.69 MB
- Stars: 239
- Watchers: 13
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Facy
![](https://badge.fury.io/rb/facy.svg)
![](http://i.gyazo.com/797434ffbf29ab5dc2b4aac542a75330.png)
**(NOTE) This project is no longer being maintained, if you're interested in maintain facy, please create an issue to discuss.**
Facy is a terminal client for facebook, which support streaming-like feature.
Only supports Ruby 1.9 and later.
To install facy, we need ruby pre-installed, please refer to https://www.ruby-lang.org/en/installation/ to know how to install ruby.
I recommend rvm to control the version of installed ruby.- **Homepage**: http://huydx.com/facy
- **Installation guide**: https://github.com/huydx/facy/wiki/Installation-Guide
- **Usage guide**: https://github.com/huydx/facy/wiki/Usage-guide
- **Demo**: https://www.youtube.com/watch?v=zj9dGlhUXw0![](http://i.gyazo.com/01de9c8da6191b79bcec201048361f58.png)
Imageview by asii-art also available by option config, however image quality is quite bad, so it seems quite useless.
![](http://i.gyazo.com/ede1444083fda6d16c1ce2531a05aabf.png)
## Installation
Install it yourself as:
```
$ gem install facy
```
and then refer to the [wiki page](https://github.com/huydx/facy/wiki/Installation-Guide) to complete the initial setup process. To setup facy, you need to register facebook developer account, and create your own facebook app.
- To register facebook developer account, go to: https://developers.facebook.com/docs/create-developer-account
- After registerd, you can go to https://developers.facebook.com/apps to create your new app
- And then you'are able to setup facy follow https://github.com/huydx/facy/wiki/Installation-Guide## Contributing
1. Fork it ( http://github.com/huydx/facy/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Inspired by
- [https://github.com/jugyo/earthquake](https://github.com/jugyo/earthquake)