Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzg committed Mar 25, 2020
1 parent f3966ce commit a70ceb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ We’re headed to PAX East 3/28-3/31 with new games
- **timeout**: how many seconds to wait before timing out. Default is 5.
- **sleep**: how many seconds to sleep between each request. Default is 0.
- **credentials**: tuple of user and password to login before requesting the posts. Default is `None`.
- **extra_info**: bool, if true the function will try to do an extra request to get the post reactions. Default is False.


## Post example
Expand All @@ -50,6 +51,7 @@ We’re headed to PAX East 3/28-3/31 with new games
'likes': 2036,
'comments': 214,
'shares': 0,
'reactions': {'like': 135, 'love': 64, 'haha': 10, 'wow': 4, 'anger': 1}, # if `extra_info` was set
'post_url': 'https://m.facebook.com/story.php'
'?story_fbid=2257188721032235&id=119240841493711',
'link': 'https://bit.ly/something'}
Expand Down

0 comments on commit a70ceb4

Please sign in to comment.