Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 0dbf949

Browse files
author
Josh Wolff
committed
Updating README
1 parent b8a9bde commit 0dbf949

File tree

2 files changed

+21
-38
lines changed

2 files changed

+21
-38
lines changed

.idea/workspace.xml

Lines changed: 20 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Using the Spontit API and Spontit app/webapp, you can send your own push notific
88
1) Sign up at <a href="https://www.spontit.com" target="_blank">spontit.com</a> (you might need to click "Take me to the Desktop version."). Note down your username. It should be displayed in the top left.
99
2) Get a secret key at <a href="https://www.spontit.com/secret_keys" target="_blank">spontit.com/secret_keys</a>.
1010
3) Get the iPhone app or Android app. Sign in and allow notifications.
11-
4) `pip install spontit && pip install requests`
11+
4) `pip install spontit --upgrade && pip install requests`
1212
5) `from spontit import SpontitResource`
1313
6) `resource = SpontitResource(my_username, my_secret_key)`
1414
7) `response = resource.push("Hello!")`

0 commit comments

Comments
 (0)