Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cpotp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpotp

Command line tool to copy the latest OTP received in the connected Android device to the clipboard.

  • 0.0.8
  • PyPI
  • Socket score

Maintainers
1

cpotp

PyPI

Command line tool to copy the latest OTP received in the connected Android device to the clipboard.

Why?

Simply because I don't want to pickup my phone, open the SMS app, remember the OTP, and then enter it.

Now you might say, haven't you heard about https://messages.google.com? Well, that's what is being used in the package. Selenium Chrome driver automates this process.

Prerequisite

Installation

Install cpotp

cpotp can be installed using pip

pip install cpotp

or install it from the source

git clone https://github.com/riteshpanjwani/cpotp.git
cd cpotp
python setup.py install

Install xclip (Linux only)

If you are using any fairly recent Debian Linux-based OS:

sudo apt install xclip

else, you can install it directly from the source:

git clone https://github.com/astrand/xclip.git
./bootstrap
./configure
make
make install

Verify that it installed:

man xclip

Set an environment variable

Next, you need to set an environment variable called CHROME_USER_DATA_DIR, in Chrome/Edge/Chromium browser new tab

chrome://version

and set this environment variable to path given in "Profile Path" except the "/Default" part. For example:

export CHROME_USER_DATA_DIR=/home/<username>/.config/google-chrome

Selenium will create a Chrome user profile called "cpotp" in this directory.

Usage

Note: the following command downloads the following files on the first run:

On the first run, scan the QR code using your Messages app on the phone and pair it. Close any instance of https://messages.google.com and fire up a terminal / command prompt and run:

cpotp-setup

On subsequent runs, you just have to run:

cpotp

License

For license information, see LICENSE.md.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc