https://github.com/guilt/himama
himama: HiMama Downloader
https://github.com/guilt/himama
childcare himama kids photos
Last synced: about 1 month ago
JSON representation
himama: HiMama Downloader
- Host: GitHub
- URL: https://github.com/guilt/himama
- Owner: guilt
- License: mit
- Created: 2021-12-16T22:13:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T21:28:25.000Z (about 3 years ago)
- Last Synced: 2025-08-24T13:41:36.587Z (about 1 month ago)
- Topics: childcare, himama, kids, photos
- Language: Python
- Homepage: https://pypi.org/project/himama/
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# himama: HiMama Downloader
Python/Selenium based utility in Python, to download
pictures and videos offline.# Installation
Install *Python 3.9* or Higher.
Run this in your Command Prompt or Terminal:
```shell
python -m pip install himama
```Depending on which Operating System you use, the command could either be
`python3` or even `python3.9`.Now download and install a supported WebDriver. Currently it
tries to use:- [Mac - Safari Driver](https://technical-qa.com/how-do-i-enable-safaridriver/)
- [Windows - Edge Driver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)
- [All - Firefox Gecko Driver](https://github.com/mozilla/geckodriver/releases)
- [All - Chrome Driver](https://chromedriver.chromium.org/downloads)
- [All - Opera Driver](https://github.com/operasoftware/operachromiumdriver/releases)If you are running Linux, there may already be a package for your system.
You may want to install it through your package manager.# Usage
To Download, run:
```shell
himama
```To run non-interactively such as a Cron Script, set these variables
in your environment.```shell
set HIMAMA_USER=daddy@daddy.com
set HIMAMA_PASSWORD=changeMe
```This typically needs a non-headless mode, a virtual display to run at least.
# Questions and Feedback
I wrote this in my spare time. All feedback and patches welcome.
Not every WebDriver is expected to work well over a period of time, and level of
support may vary from time to time. Moreover, the site could keep getting updated and
break some of the existing mechanisms. If you find issues, please file it.