twsh 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +12 -0
- data/lib/myun2/twitter_shell/shell.rb +4 -0
- data/lib/myun2/twitter_shell/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e99332de6eb4f3191bd112bd4388084265644d5
|
|
4
|
+
data.tar.gz: 280d9d88f41195430015d64f448940c9726a0507
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c23ce3c0926f956ee7cdde58e07beb7ed5788ccf9f5764655cecdbac02ce6d04c1d0081d0f673e27dbafc1e59b0fab4629deaa28acb0ef64670540223e4af311
|
|
7
|
+
data.tar.gz: 9b9adbbe08b9c4483c12d38336c699b921d038dd5b4eed0c2be2a89ce5b762055abe94b58448c923a856d4b71d71a57885be1ec6768c737dc3af75ca0dad87fc
|
data/README.md
CHANGED
|
@@ -13,3 +13,15 @@ $ gem install twsh
|
|
|
13
13
|
```
|
|
14
14
|
$ twsh
|
|
15
15
|
```
|
|
16
|
+
|
|
17
|
+
First time require `login` command.
|
|
18
|
+
|
|
19
|
+
`login` command request authorize to your timeline.
|
|
20
|
+
|
|
21
|
+
Please access shown URL and permit, and input PIN code.
|
|
22
|
+
|
|
23
|
+
# Commands
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
$ ls # show your home-timeline (shown 30 charactors tweet text, and only 20 tweets count.)
|
|
27
|
+
```
|