How to provide credentials as user input runtime during python automation?

后端 未结 2 2034
伪装坚强ぢ
伪装坚强ぢ 2020-12-20 10:58

How to automate the Facebook login without hard-coding my username and password?

2条回答
  •  被撕碎了的回忆
    2020-12-20 11:31

    You should use Facebook OAuth API, never hard-code password, some references:

    Facebook SDK for Python

    Python Social Auth documentation

    Facebook OAuth 2 Tutorial

提交回复
热议问题