回答編集履歴

2

追記

2018/06/02 07:02

投稿

umyu
umyu

スコア5846

test CHANGED
@@ -41,3 +41,5 @@
41
41
  0. [【Python3】ログイン機能付サイトでスクレイピング【requests】【BeautifulSoup】](https://qiita.com/shunyooo/items/36af8bcb501baf8c7014)
42
42
 
43
43
  0. [セッションの利用](https://www.yoheim.net/blog.php?q=20170802)
44
+
45
+ 0. [例示/実験用として利用できるドメイン名](http://www.atmarkit.co.jp/fwin2k/win2ktips/801exampledom/exampledom.html)

1

URLを例示ドメイン(example)に変更

2018/06/02 07:02

投稿

umyu
umyu

スコア5846

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  s = requests.Session()
28
28
 
29
- hoge_url = "https://hoge.co.jp/login"
29
+ URL = "https://example.co.jp/login"
30
30
 
31
31
  response = s.post(URL, data=post)
32
32