Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ScriptSmith/socialreaper
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Apr 18, 2018
2 parents 0eeb180 + c5db4c3 commit 669a229
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ pip3 install socialreaper
```

# Examples
For version 0.3.0 only

```
pip3 install socialreaper==0.3.0
```

## Facebook
Get the comments from McDonalds' 1000 most recent posts
```python
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(
name='socialreaper',
version='1.0.1',
packages=['socialreaper'],
version='1.0.3',
packages=find_packages(),
package_dir={'socialreaper': 'socialreaper'},
install_requires=['requests>=2.11.1', 'requests-oauthlib>=0.7.0',
'oauthlib>=2.0.1'],
Expand Down

0 comments on commit 669a229

Please sign in to comment.