到现在用的编程语言只有java一个,使我不得不再学一个语言,Python。 充满变化的现实不学必淘汰。 幸好还有steemit这样的永久保存平台,想简简单单的留个学习记录吧。(不知道能支持多久。) 以前学过python,但忘得一干二净。用我这个笨脑袋分析了下,失败的原因应该是硬学。 边做项目边学习会不会好点呢? 就选一个项目吧。 听说selenium这个库可以控制网页,支持python,就你了。 开启python和selenium自动化steemit网站项目,走起~ ### Install install Python: [https://www.python.org/downloads/](https://www.python.org/downloads/) install Selenium module: pip install selenium install IDE pycharm: [https://www.jetbrains.com/pycharm/download/#section=windows](https://www.jetbrains.com/pycharm/download/#section=windows) ### Scenario 1. 访问steemit并把窗口设置为最大值 2. 在登录界面输入账号 3. 从文件获取postingkey 并输入 4. 登录完成 ### Source ``` from selenium import webdriver import time def login(): # Click the login button chrome.find_element_by_xpath('//Header/descendant::a[text()="로그인"]').click() # Enter username chrome.find_element_by_xpath('//input[contains(@name,"username")]').send_keys('june0620') # Get posting key from file with open('C:/Users/USER/Desktop/python/june0620.txt') as pw: for postingKey in pw: # Enter posting key chrome.find_element_by_xpath('//input[contains(@name,"password")]').send_keys(postingKey) # Click the login button chrome.find_element_by_xpath('//button[text()="로그인"]').click() # Waiting for N seconds time.sleep(3) # Set chromedriver chrome = webdriver.Chrome('C:/Users/USER/Desktop/python/chromedriver/chromedriver.exe') steemit = 'https://steemit.com' # Set window maximum chrome.maximize_window() chrome.implicitly_wait(5) chrome.get(steemit) # Call function 'login' login() chrome.quit() ``` ### 演示视频 [https://youtu.be/5i5qbntTras](https://youtu.be/5i5qbntTras) ### 本次内容整理 **Python:** 1. 函数以def开头,以冒号(:)结束,而且函数内部都需要缩进,这个不同于java等语言的{}。缩进的部分叫suite。 2. 定义变量时不需要定义类型,python自动识别类型。这么好,一边去 java。 3. 读文件时以 with open() as xx: 格式读取。 suite要缩进。 4. 循环以 for x in xx: 格式输入,不要忘记suite要缩进。 **Selenium:** 1. find_element_by_xpath() 类函数用于查找网页元素(如:登录元素) 2. click()类函数可点击元素,sendkeys()类函数则输入文本 **Pycharm:** 1. 一次性改掉变量名的快捷键是 shift + F6 。
author | june0620 |
---|---|
permlink | 1-learning-python-with-selenium-log-in-to-steemit-cn |
category | zzan |
json_metadata | {"tags":["zzan","cn","jjm","sct","sct-cn","sct-freeboard","palnet","liv","lifestyle","dblog","partiko"],"links":["https://www.python.org/downloads/","https://www.jetbrains.com/pycharm/download/#section=windows","https://youtu.be/5i5qbntTras"],"app":"partiko","format":"markdown","canonical_url":"https://www.steemcoinpan.com/@june0620/1-learning-python-with-selenium-log-in-to-steemit-cn","image":["https://img.youtube.com/vi/5i5qbntTras/0.jpg"]} |
created | 2019-10-10 08:39:48 |
last_update | 2019-10-11 01:25:09 |
depth | 0 |
children | 12 |
last_payout | 2019-10-17 08:39:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.274 HBD |
curator_payout_value | 6.198 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,041 |
author_reputation | 118,592,211,436,406 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 91,408,425 |
net_rshares | 38,077,222,454,215 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gerber | 0 | 271,410,250,205 | 20% | ||
daan | 0 | 81,583,679,377 | 3% | ||
slowwalker | 0 | 3,451,584,397,045 | 25% | ||
magicmonk | 0 | 938,101,167,764 | 100% | ||
penguinpablo | 0 | 858,725,329,641 | 15% | ||
oldstone | 0 | 1,649,421,336,950 | 20% | ||
centering | 0 | 914,719,582,289 | 51% | ||
allsale | 0 | 776,852,386,653 | 75% | ||
virus707 | 0 | 2,570,300,108,847 | 11% | ||
ew-and-patterns | 0 | 385,557,090,930 | 8% | ||
khaiyoui | 0 | 1,281,637,468,927 | 35% | ||
codingdefined | 0 | 11,200,274,583 | 5% | ||
ilovemylife | 0 | 773,257,794,823 | 31.25% | ||
tipu | 0 | 5,273,003,535,874 | 5% | ||
accelerator | 0 | 20,805,547,901 | 1% | ||
june0620 | 0 | 1,086,564,805,508 | 100% | ||
miti | 0 | 114,226,719,611 | 15% | ||
cryptonized | 0 | 70,434,142,417 | 15% | ||
dudream | 0 | 46,586,239,026 | 100% | ||
mehta | 0 | 34,950,949,977 | 40% | ||
mermaidvampire | 0 | 15,090,737,983 | 7.5% | ||
gasigogi | 0 | 160,777,849,878 | 100% | ||
marsswim | 0 | 66,371,372,149 | 51% | ||
cadawg | 0 | 22,552,998,824 | 12% | ||
bernardino | 0 | 3,831,430,898 | 5% | ||
also.einstein | 0 | 3,225,286,634 | 100% | ||
csharma | 0 | 57,705,569,370 | 100% | ||
joeypark | 0 | 1,160,601,595,354 | 100% | ||
stmdev | 0 | 143,755,027 | 1% | ||
lucky2015 | 0 | 956,180,415,942 | 100% | ||
gghite | 0 | 234,511,851,702 | 50% | ||
jaydih | 0 | 393,184,443,978 | 10% | ||
andrewma | 0 | 35,996,593 | 0.5% | ||
kimseun | 0 | 69,869,645,335 | 10% | ||
wisdomandjustice | 0 | 1,519,238,828,079 | 20% | ||
ravenkim | 0 | 2,130,939,875 | 100% | ||
pilimili | 0 | 496,603,884 | 95% | ||
freegon | 0 | 283,081,070,312 | 100% | ||
kanadaramagi123 | 0 | 47,531,994,464 | 10% | ||
loveecho | 0 | 7,301,945,653 | 10% | ||
partiko | 0 | 92,544,365,840 | 3% | ||
pagliozzo | 0 | 13,219,218,316 | 15% | ||
angelslake | 0 | 18,038,174,327 | 10% | ||
harkar | 0 | 74,978,659,656 | 20% | ||
wordit | 0 | 17,514,008,592 | 10% | ||
sj-jeong | 0 | 544,873,860,129 | 10% | ||
wondumyungga | 0 | 38,695,825,458 | 10% | ||
aquawink | 0 | 45,555,606,329 | 10% | ||
merlin7 | 0 | 283,030,745,344 | 20% | ||
teamcn-shop | 0 | 39,091,083,734 | 100% | ||
djusti | 0 | 1,273,720,978,475 | 100% | ||
ringit | 0 | 18,773,644,839 | 10% | ||
sherdzio | 0 | 58,797,691 | 75% | ||
coreabeforekorea | 0 | 303,840,920,362 | 10% | ||
talkative-bk | 0 | 421,809,547,671 | 10% | ||
nineteensixteen | 0 | 735,852,811,541 | 100% | ||
wherein | 0 | 1,931,530,603,705 | 48% | ||
steemfriends | 0 | 4,183,117,169 | 100% | ||
cyberrn | 0 | 786,650,002,332 | 20% | ||
primeradue | 0 | 20,052,410,622 | 20% | ||
goodcontentbot | 0 | 63,443,282 | 50% | ||
dcommerce | 0 | 4,852,632,927,559 | 40% | ||
ybc | 0 | 1,676,960,088 | 100% | ||
lovelemon | 0 | 2,434,676,841 | 100% | ||
whatdidshewear | 0 | 87,605,833,154 | 10% | ||
sjgod4018 | 0 | 72,651,174,218 | 10% | ||
mustard-seed | 0 | 31,331,143,356 | 10% | ||
stpeople | 0 | 165,461,662,522 | 7.92% | ||
sct.cu9 | 0 | 5,709,797,351 | 25% | ||
map10k | 0 | 4,922,517,478 | 1.4% | ||
zzan.co17 | 0 | 56,652,995 | 15% | ||
cyberrn.zzang | 0 | 659,164,584 | 20% | ||
cn-zzang | 0 | 1,162,541,498 | 5% | ||
cn-sct | 0 | 4,733,231,750 | 5% | ||
devil.pal | 0 | 683,270,178 | 75% | ||
sct.krwp | 0 | 85,144,611,396 | 0.21% | ||
lividseagulls | 0 | 674,665,279 | 14% | ||
sct.curator | 0 | 426,085,261,246 | 2.49% | ||
jaykayw | 0 | 16,712,298,206 | 10% | ||
tengri | 0 | 37,230,468,697 | 7.92% | ||
daimqui | 0 | -9,698,887 | -10% | ||
thebilpcointrain | 0 | 55,201,996 | 1% | ||
bilpcoin.pay | 0 | 132,163,055 | 1% | ||
guestaccounts | 0 | 610,963,959 | 12% | ||
dblogbasicincome | 0 | 0 | 1% |
우와~~~ 멋집니다. 중국어 실력이 장난아니시네요.^^
author | gasigogi |
---|---|
permlink | re-june0620-1-learning-python-with-selenium-log-in-to-steemit-cn-20191011t031019930z |
category | zzan |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["zzan"],"users":[],"links":[],"image":[]} |
created | 2019-10-11 03:10:21 |
last_update | 2019-10-11 03:10:21 |
depth | 1 |
children | 1 |
last_payout | 2019-10-18 03:10:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 39,703,543,454,713 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,434,687 |
net_rshares | 0 |
ㅎㅎ 감사합니다^^ 영어로도 언젠가 포스팅 날릴 날이 오길 바래봅니다^^ Posted using [Partiko Android](https://partiko.app/referral/june0620)
author | june0620 |
---|---|
permlink | june0620-re-gasigogi-re-june0620-1-learning-python-with-selenium-log-in-to-steemit-cn-20191011t035827232z |
category | zzan |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-10-11 03:58:27 |
last_update | 2019-10-11 03:58:27 |
depth | 2 |
children | 0 |
last_payout | 2019-10-18 03:58:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 118,592,211,436,406 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,435,579 |
net_rshares | 0 |
중국 관련된 일 하시나봅니다. 엄청난 중국어 실력. 이게 진짜 부러워할 능력이죠! Posted using [Partiko Android](https://partiko.app/referral/lucky2015)
author | lucky2015 |
---|---|
permlink | lucky2015-re-june0620-1-learning-python-with-selenium-log-in-to-steemit-cn-20191010t105312069z |
category | zzan |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-10-10 10:53:12 |
last_update | 2019-10-10 10:53:12 |
depth | 1 |
children | 1 |
last_payout | 2019-10-17 10:53:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 200,705,691,700,765 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,411,635 |
net_rshares | 0 |
대신 영어가 좀 딸립니다 ^^ ㅎㅎㅎ Posted using [Partiko Android](https://partiko.app/referral/june0620)
author | june0620 |
---|---|
permlink | june0620-re-lucky2015-lucky2015-re-june0620-1-learning-python-with-selenium-log-in-to-steemit-cn-20191010t163854015z |
category | zzan |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-10-10 16:38:54 |
last_update | 2019-10-10 16:38:54 |
depth | 2 |
children | 0 |
last_payout | 2019-10-17 16:38:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 118,592,211,436,406 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,420,685 |
net_rshares | 0 |
Thank you so much for participating in the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!
author | partiko |
---|---|
permlink | re-1-learning-python-with-selenium-log-in-to-steemit-cn-20191010t093021 |
category | zzan |
json_metadata | "{"app": "partiko"}" |
created | 2019-10-10 09:30:24 |
last_update | 2019-10-10 09:30:24 |
depth | 1 |
children | 0 |
last_payout | 2019-10-17 09:30:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 213 |
author_reputation | 39,207,160,334,751 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,409,635 |
net_rshares | 0 |
你好鸭,june0620! @yanhan赠送1枚SHOP币给你!  目前你总共有: 81枚SHOP币 <p><sup>查看或者交易 <code>SHOP币</code> 请到 <a href="https://steem-engine.com/?p=market&t=SHOP">steem-engine.com</a>.</sup></p> 无聊吗?跟我猜拳吧! **石头,剪刀,布~**
author | teamcn-shop |
---|---|
permlink | wherein-1570698003473 |
category | zzan |
json_metadata | "{"app":"teamcn-shop bot/1.0"}" |
created | 2019-10-10 09:00:15 |
last_update | 2019-10-10 09:00:15 |
depth | 1 |
children | 0 |
last_payout | 2019-10-17 09:00:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 288 |
author_reputation | 11,393,746,055,281 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,408,922 |
net_rshares | 0 |
@tipu curate 来自于 [WhereIn Android] (http://www.wherein.io)
author | yanhan |
---|---|
permlink | wherein-1570697930862 |
category | zzan |
json_metadata | "" |
created | 2019-10-10 08:58:57 |
last_update | 2019-10-10 08:58:57 |
depth | 1 |
children | 1 |
last_payout | 2019-10-17 08:58:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 323,731,670,852,703 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,408,894 |
net_rshares | 0 |
Upvoted 👌
author | tipu |
---|---|
permlink | re-wherein-1570697930862-20191010t085927 |
category | zzan |
json_metadata | "" |
created | 2019-10-10 08:59:27 |
last_update | 2019-10-10 08:59:27 |
depth | 2 |
children | 0 |
last_payout | 2019-10-17 08:59:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 55,941,821,114,916 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,408,904 |
net_rshares | 0 |
昨天韩文 今天发中文是这意思吗👍😉 来自于 [WhereIn Android] (http://www.wherein.io)
author | yanhan |
---|---|
permlink | wherein-1570697990723 |
category | zzan |
json_metadata | "" |
created | 2019-10-10 08:59:54 |
last_update | 2019-10-10 08:59:54 |
depth | 1 |
children | 2 |
last_payout | 2019-10-17 08:59:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 323,731,670,852,703 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,408,916 |
net_rshares | 0 |
对的~ 谢谢你的tipu !shop Posted using [Partiko Android](https://partiko.app/referral/june0620)
author | june0620 |
---|---|
permlink | june0620-re-yanhan-wherein-1570697990723-20191010t090157349z |
category | zzan |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-10-10 09:01:57 |
last_update | 2019-10-10 09:01:57 |
depth | 2 |
children | 0 |
last_payout | 2019-10-17 09:01:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 118,592,211,436,406 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,408,975 |
net_rshares | 0 |
你好鸭,小萍萍! @june0620赠送1枚SHOP币给你!  目前你总共有: 26枚SHOP币 <p><sup>查看或者交易 <code>SHOP币</code> 请到 <a href="https://steem-engine.com/?p=market&t=SHOP">steem-engine.com</a>.</sup></p> 无聊吗?跟我猜拳吧! **石头,剪刀,布~**
author | teamcn-shop |
---|---|
permlink | june0620-re-yanhan-wherein-1570697990723-20191010t090157349z |
category | zzan |
json_metadata | "{"app":"teamcn-shop bot/1.0"}" |
created | 2019-10-10 09:02:06 |
last_update | 2019-10-10 09:02:06 |
depth | 2 |
children | 0 |
last_payout | 2019-10-17 09:02:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 285 |
author_reputation | 11,393,746,055,281 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,408,981 |
net_rshares | 0 |
!shop 来自于 [WhereIn Android] (http://www.wherein.io)
author | yanhan |
---|---|
permlink | wherein-1570698003473 |
category | zzan |
json_metadata | "" |
created | 2019-10-10 09:00:06 |
last_update | 2019-10-10 09:00:06 |
depth | 1 |
children | 0 |
last_payout | 2019-10-17 09:00:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 323,731,670,852,703 |
root_title | "[Python #1] Learning Python with Selenium - Log in to steemit [CN]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,408,920 |
net_rshares | 0 |