GithubHelp home page GithubHelp logo

weg38asyy / bizthinking_signin Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8 MB

商業思維學院每日自動登入打卡,再也不用忘記簽到啦!(Daily automatic login punch-in from Bizthinking)

License: MIT License

Python 100.00%

bizthinking_signin's Introduction

vue element-ui element-ui element-ui

🎯目的:

這隻小程式是為了確保每一天都能登入商業思維學院,取得商值,努力升級成為大佬!


目錄:

1. 使用說明

2. 參數介紹


1. 使用說明

  • 需要安裝Python
  • 透過Python安裝[Selenium]套件
  • 需要安裝Chrome & ChromeDriver
  • 這隻程式於Mac撰寫,Win請自行修改。

2. 參數介紹

BusinessAutoTask.py  __init__中提供以下參數可自行修改

def __init__(self):
	## 可更動參數 ##
	# Chrome安裝路徑(預設Mac OS路徑)
	# 詳細查閱:https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/
	self.chromePath = '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'
	# ChromeDriver的路徑,預設在當前目錄(預設MAC OS執行檔,若為Win執行檔有.exe)
	self.chromeDriver = './chromedriver'
	# 要登入的信箱帳號
	self.account = '輸入你的信箱'
	# 要登入的信箱密碼
	self.password = '輸入你的密碼'

其它更多配置可參閱源碼內部註解。

bizthinking_signin's People

Contributors

weg38asyy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.