You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,11 @@ Or install RubyGems version, which will receive more attention to stability:
33
33
`buffer Super witty stuff that fits in 140 chars`
34
34
Will post to your first account when setup following instructions below.
35
35
_A more convenient setup is planned in future releases._
36
-
* For convenience load credentials into `~/.bufferapprc` in the following layout. This allows the `ACCESS_TOKEN` to be loaded into `buffer::ACCESS_TOKEN`:
37
-
36
+
* For convenience load credentials into environment as ENV variables:
@@ -53,16 +49,13 @@ Or install RubyGems version, which will receive more attention to stability:
53
49
* Submit that form and wait a short period (~2 min )
54
50
* Visit: http://bufferapp.com/developers/apps
55
51
* Gather Access Token and place it after the word "access_token"
56
-
* Copy this file to the root of your user's home folder:
57
-
* Set Line 2 to 0 if you only have one account to post to. Otherwise it's more complicated ;). Find me on Twitter and I can explain [@_ZPH](https://twitter.com/_ZPH).
58
-
*-~/.bufferapprc
52
+
* Set BUFFER_PROFILE_ID="0" if you only have one account to post to. Otherwise it's more complicated ;). Find me on Twitter and I can explain [@_ZPH](https://twitter.com/_ZPH).
59
53
60
54
## TODO:
61
55
62
56
* Improve instructions
63
57
64
58
#### Future versions will integrate with Buffer-OAuth system.
65
-
* Determine if there is a way to use a single Application rather than creating unique ones per user.
66
59
* Integrate Launchy for the purpose of launching browser window.
67
60
* Possible to model behavior on [ t.gem ](https://github.com/sferik/t/blob/master/lib/t/cli.rb#L56-L113)
0 commit comments