Skip to main content

A python package for login google by selenium

Project description

TeraBoxUtility

Overview

TeraBoxUtility is a tool to quickly upload data to TeraBox. Store large amounts of information securely.

Requirement

TeraBoxUtility use python 9 and chrome driver. Need to have google chrome to use.

Usage

In file main.py, Need to specify the path to the directory.

from util.tera import TeraBox

# Set path to folder
# Example D:\test1
tera = TeraBox("D:\\test1")
tera.upload()

Create file .env with format like this

# Email to login google account.
EMAIL=email:password:backup_email
# Key use to encrypt and decrypt. It is any string. sdfsjd is example.
KEY='sdfsjd'
# App_id in TeraBox
APP_ID='250528'
# Type of file is .zip
FILE_TYPE=.zip

Credit

License

Copyright © 2022 moligroup

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

login_gmail_selenium-0.0.1.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

login_gmail_selenium-0.0.1-py3-none-any.whl (7.9 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