Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRZapata committed Jun 29, 2020
1 parent 7d9439c commit 0cc06a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ A Python Wrapper To Retrieve Data From The CrowdTangle API

https://github.com/CrowdTangle/API


## Install

```
pip install PyCrowdTangle
```
### Update
```
pip install PyCrowdTangle -U
```
## Usage

### ct_get_posts
Expand Down Expand Up @@ -42,4 +52,3 @@ df = pd.DataFrame(data['result']['posts'])
#show results
df.head()
```

1 change: 1 addition & 0 deletions dev_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ avoid hitting rate limits.
- cookiecutter https://github.com/AllenCellModeling/cookiecutter-pypackage
- build a python package simple https://towardsdatascience.com/build-your-first-open-source-python-project-53471c9942a7
- https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56
- https://dzone.com/articles/executable-package-pip-install

0 comments on commit 0cc06a6

Please sign in to comment.