Skip to main content

A moudule for self-authentication

Project description

A moudule for self-authentication

Quickstart

$ pip install autoBoostcamp
import autoBoostcamp as abc
abc.quick_start()

1. get google sms app installed on your phone. set the app as default sms app.

https://play.google.com/store/apps/details?id=com.google.android.apps.messaging

2. check if isready functions below work properly.

sign into the slack

abc.backend.isready_slack_driver()

sign into the naver

abc.backend.isready_naver_driver()

make a pairing between google sms app and google sms web.

abc.backend.isready_auth_driver()

the function isready_table() makes auth_key.txt file at the current working directory. you should modify it to have proper credential information

table_path = abc.backend.isready_table()
print(table_path)

3. the package has three frontend function.

abc.doHi() # say Hi to slack and edwith
abc.doBye() # say Bye to edwith
abc.do() # say either Hi or Bye, upon time condition.

be careful with the chromedriver_profile security !

Especially remember the fact that you paired your sms messages with the desktop.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autoBoostcamp-10.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

autoBoostcamp-10.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page