質問編集履歴
3
参考にしたURL 追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -17,6 +17,7 @@
|
|
17
17
|
|
18
18
|
参考にしたURL
|
19
19
|
https://tommysblog.net/python/python-skype-operation/
|
20
|
+
https://qiita.com/guinea_pig_t/items/de50f83c4877abab89e2
|
20
21
|
|
21
22
|
ソース
|
22
23
|
```python
|
2
環境
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,4 +30,8 @@
|
|
30
30
|
channel = sk.chats.chat(SP) # 取得した id を指定
|
31
31
|
channel.sendMsg("Test")
|
32
32
|
```
|
33
|
+
環境
|
34
|
+
Python 3.10.5
|
35
|
+
Windows10 バージョン21H2(OSビルド19044.1766)
|
36
|
+
ローカル環境のpowershellで実行
|
33
37
|
|
1
タグの編集
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|