https://www.nintendo.com.hk/data/json/switch_software.json
https://www.nintendo.co.jp/data/software/xml/switch.xml
https://ec.nintendo.com/api/JP/ja/search/sales?count=30&offset=0
| . | |
| .. | |
| ........ | |
| @ | |
| * | |
| *.* | |
| *.*.* | |
| 🎠|
| import smtplib | |
| gmail_user = '' # change this | |
| gmail_password = '' # change this | |
| #(if 2 FA are activated, you need to use app passwords | |
| sent_from = gmail_user | |
| to = ['', ''] # add receiver here | |
| subject = '' | |
| body = '' |