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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoBoostcamp-10.0.tar.gz.
File metadata
- Download URL: autoBoostcamp-10.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6648c491b49d458f90a17946febeabbaa34840688f78a5682b7adcc26a3a118a
|
|
| MD5 |
f7bea9aae220187a089708ce080f6da9
|
|
| BLAKE2b-256 |
80e401d05cf7d305cccf4a07c4dbdd7a146efb578030cdd96694155b874dfb92
|
File details
Details for the file autoBoostcamp-10.0-py3-none-any.whl.
File metadata
- Download URL: autoBoostcamp-10.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9332e78157c5aa6cc1ac47839375a8370154fbe43c67e99238ffc6da7f6bcedf
|
|
| MD5 |
4c0678a11f12586906476b46fa53395b
|
|
| BLAKE2b-256 |
ab57ff29d9d6ce6ad01f79cacdab068707c1a0a303fae1a0dcec8211fdc2414a
|