Zoomy - a Zoom utility for the terminal
Made with Python, April 2020.
Created by Kewbish.
Available on PyPi as Zoomy.
Released under the GPLv3 License.
Issues are welcome!
:camera: Why Zoomy?
For the developer, the power user, the student who's just tired of going through countless emails to find a link, then flip through for passwords, and finally try to join the call.
Zoomy is for you. Quick to use, light, and besides, cool automation.
Also works in signed-out mode - just in case (like me) you don't want to give Zoom your personal information!
:movie_camera: Usage
Run zmy [alias] to open your alias meeting. For example, zmy math to open your math meeting.
Run zmy add [alias] [confno] [*pwd] or zmy a [alias] [confno] [*pwd] to add a meeting called alias with the conference number confno and the password pwd. Adding a password is optional. Your meetings cannot be called add, delete, list, or path (or a / d / l / p). This option can also be used to edit currently saved meetings.
Run zmy delete [alias] or zmy d [alias] to delete your alias meeting. For example, zmy d math to delete your math meeting.
Run zmy list or zmy l to list all your available meetings.
Run zmy path or zmy p to print your config.zmy filepath.
Run zmy --help or zmy --h to get help.
:wrench: Installation
Install via PyPi by running pip install zoomy. This requires Python to be installed.
Alternatively, build from source by running the setup.py after downloading the ZIP.
:gear: How it works
Zoom actually comes with a custom URL scheme, most of which is technically deprecated, but still works well.
Your conference number is passed in from a saved configuration file, and passed to the URL, which is then started with your system's equivalent of start.
It simplifies the process of remembering all those links and passwords, especially if you don't use Zoom signed in or if you don't keep passwords saved.
:warning: - This does expose your meeting IDs and passwords (if you choose to supply them), and it is possible, if a hacker decided, to
grepyour entire system for a.zmyfile and infiltrate your meeting. Use at your own risk.
:fast_forward: Changelog
0.5:
- Feature: Add success messages
0.4:
- Feature: Change
zoomyalias tozmy0.4.1: - Feature: Add path print 0.4.2:
- Feature: Disallow invalid names
0.3:
- Bugfix: Add meeting checks (breaks more elegantly) 0.3.1:
- Feature: Add a help flag
- Restructure elif blocks
- Docs: Update for help flag 0.3.2:
- Bugfix: Revert conference logic
0.2:
- Feature: Add list meetings function
- Docs: Update docs with additional instructions for list and warning about commas
- Docs: Add long description to PyPi
- Docs: Add changelog
0.2.1: - Bugfix: Implement file generator if fresh install
0.2.2: - Feature: Add support for passwords with commas
0.2.3: - Delete requirements.txt 0.2.4:
- Bugfix: Fix logic if password added
0.1:
- Started project!
- Docs: Create docs
Release files for zoomy 0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zoomy-0.5-py3-none-any.whl | Python 3 | none | any | Details |
Release files / zoomy-0.5-py3-none-any.whl
| Download URL | zoomy-0.5-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
feec89abc56ab10be155984e9176f4428bc8d83d68b80a8ef997ae2f62b9f114
|
|
BLAKE2b-256 checksum How to use checksums |
b8d82c7c3ebbf9641e43c4fee5cc08ba4625d74928804db5d894c5375950a4c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4
|