twitter2vk_reposter 0.3.8.1 → 0.3.9
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.
- data/ChangeLog +5 -0
- data/README.markdown +12 -0
- metadata +4 -5
data/ChangeLog
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
== 0.3.9 (Мармелад)
|
|
2
|
+
* Remove Twitter OAuth consumer key and secret from sources. Twitter policy deny
|
|
3
|
+
open API keys in sources, so now you must create your own Twitter app to use
|
|
4
|
+
your own consumer key and secret.
|
|
5
|
+
|
|
1
6
|
== 0.3.8.1 (Горошек)
|
|
2
7
|
* Fix twitter2vk script with Ruby 1.9.
|
|
3
8
|
|
data/README.markdown
CHANGED
|
@@ -39,6 +39,12 @@
|
|
|
39
39
|
3. Запустите мастер, чтобы создать настройки и добавить задание к cron:
|
|
40
40
|
|
|
41
41
|
twitter2vk
|
|
42
|
+
|
|
43
|
+
4. Если ваш сервер находиться не в России, вам нужно один раз вручную войти во
|
|
44
|
+
В Контакте с сервера (чтобы подтвердить себя с помощью номера телефона).
|
|
45
|
+
Например через консольный браузер:
|
|
46
|
+
|
|
47
|
+
www-browser vkontakte.ru
|
|
42
48
|
|
|
43
49
|
### Настройки
|
|
44
50
|
Настройки хранятся в YAML файле с полями:
|
|
@@ -97,6 +103,12 @@ to receive last updates info. You can ask me any questions by e-mail:
|
|
|
97
103
|
3. Run master to create config and add crom task:
|
|
98
104
|
|
|
99
105
|
twitter2vk
|
|
106
|
+
|
|
107
|
+
4. If your server isn’t located in Russia or in country, where you living,
|
|
108
|
+
you need to once sign in to VK from your server (for example).
|
|
109
|
+
For example, by console browser:
|
|
110
|
+
|
|
111
|
+
www-browser vk.com
|
|
100
112
|
|
|
101
113
|
### Config
|
|
102
114
|
Config is a YAML files with options:
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twitter2vk_reposter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
version: 0.3.8.1
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.3.9
|
|
12
11
|
platform: ruby
|
|
13
12
|
authors:
|
|
14
13
|
- Andrey "A.I." Sitnik
|
|
@@ -16,7 +15,7 @@ autorequire:
|
|
|
16
15
|
bindir: bin
|
|
17
16
|
cert_chain: []
|
|
18
17
|
|
|
19
|
-
date: 2011-
|
|
18
|
+
date: 2011-04-20 00:00:00 +04:00
|
|
20
19
|
default_executable:
|
|
21
20
|
dependencies:
|
|
22
21
|
- !ruby/object:Gem::Dependency
|