Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
2.2.0
======
* New routine for pulling total subscriber list and counts


2.1.0
======
* Handle paginated results (also added lazy loading)
* New routine for operations against Sequences


2.0.0
======
* rewrite of the core API elements from prior version maintained by github
user justinabrahms
* Added CLI interface

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This is a Python API which aims to implement v3 of the

- [X] List Forms
- [X] Add subscriber to form
- [ ] Get Courses for account
- [ ] Add subscribers to course
- [ ] Get tags for an account
- [ ] Add subscriber to a tag
- [X] Get Courses for account
- [X] Add subscribers to course
- [X] Get tags for an account
- [X] Add subscriber to a tag
- [ ] Subscribing to multiple tags/forms/courses
- [ ] Unsubscribe
- [ ] Subscriber list
- [X] Subscriber list
- [ ] Update Subscriber
4 changes: 4 additions & 0 deletions convertkit/creds.yaml.SAMPLE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Info is at: https://app.convertkit.com/account/edit

api_key: YOUR_KEY
api_secret: YOUR_SECRET
Loading