回答編集履歴

1

質問を読み違えていたので修正

2021/02/26 13:02

投稿

tarako_supa
tarako_supa

スコア8

test CHANGED
@@ -1,7 +1,15 @@
1
- favoriteを外すのはdestroy_favorite()メソッドですね
1
+ ~~favoriteを外すのはdestroy_favorite()メソッドですね~~
2
2
 
3
3
  いま使っているdestroy_status()はtweetの削除用のメソッドみたいです
4
4
 
5
- [https://kurozumi.github.io/tweepy/api.html#API.destroy_favorite](https://kurozumi.github.io/tweepy/api.html#API.destroy_favorite)
5
+ [https://kurozumi.github.io/tweepy/api.html](https://kurozumi.github.io/tweepy/api.html)
6
6
 
7
- 困った時には是非リファレンスを見てみましょう!
7
+ ~~困った時には是非リファレンスを見てみましょう!~~
8
+
9
+
10
+
11
+ 失礼しました!RTを外すのはunretweet()メソッドでした!
12
+
13
+ [https://github.com/tweepy/tweepy/issues/867#issuecomment-486507850](https://github.com/tweepy/tweepy/issues/867#issuecomment-486507850)
14
+
15
+ それこそ丁度今時点でリファレンスに載ってなかったですね(悲しい)