forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/twitter
Copy pathMore file actions
29 lines (21 loc) · 653 Bytes
/twitter
File metadata and controls
29 lines (21 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Twitter
========
Install Notes
-------------
1. Get an OAuth Token for Your Twitter Account from the services hooks edit page for your repo.
2. You're going to be redirected to twitter to allow GitHub to tweet on your behalf.
3. Be sure that you're logged in as the twitter user you would like to tweet from.
Developer Notes
---------------
data
- token
- secret
- digest (boolean)
payload
- refer to docs/github_payload
Deployment Notes
----------------
The secrets.yml file should include an entry for the consumer keys github needs to post for people.
twitter:
key: <get it from twitter>
secret: <get it from twitter>