Skip to content
/ mxFeed Public

Command line tool for displaying a minimal Facebook Newsfeed in the Terminal

License

Notifications You must be signed in to change notification settings

mxmaher/mxFeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#mxFeed

Command line tool for displaying a minimal Facebook Newsfeed in the Terminal.

###Notes:

  • You will need to get an AppID and AppSecret from Facebook and store them in a json file 'app.json' for authenticating with the graphAPI

  • I haven't included my app.json file in this repository for security issues but it looks like this

{
    "appsecret": "put your AppSecret here",
    "appid": "put your AppID here",
    "access_token": ""
}

###Usage example:

  • mxfeed -sf prints the full retrived Newsfeed and saves it for future viewing

  • mxfeed -lf prints the previously saved Newsfeed

  • mxfeed -lp 1 prints the first post in the saved Newsfeed

  • mxfeed -lo 1 opens the first post link in the browser

  • mxfeed -t get an access_token from Facebook

###screenshot:

screenshot

About

Command line tool for displaying a minimal Facebook Newsfeed in the Terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages