Clearbit Logo API client
Project description
clearbot
Clearbit Logo API client.
clearbot
fetches the logo of company (png file) based on their domain name.
Install
The script in available through a python package.
pip install clearbot
Get started
You can run directly the script on a domain.
clearbot github.com
You can pass several domains as well.
clearbot github.com gitlab.com
A file can also be used as input (one domain by line).
clearbot -f ./domains.txt
By default it will output /tmp/<DOMAIN>.png
. You can change the destination directory with the -d
option.
clearbot -d . github.com
By default it outputs 512px png file (i.e. the greatest side has 512px). You can change it with the -s
option.
clearbot -s 64 github.com
Sometimes we may want to remove the white background (by using transparency: alpha = 0). For this purpose, you can use the -t
options that thresholds the whites (it must be between 0 and 255 as it is applied on a grayscale version of the image).
clearbot -t 240 github.com
Since v0.3.0
, clearbot can colorize image (but it is still experimental). You can color the whites (resp. the blacks) by providing the -w
flag (resp. the -b
flag).
clearbot -t 235 -b "#FC6D26" github.com
What's next?
- Add tests
- Print result to the terminal
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
Built Distribution
File details
Details for the file clearbot-0.3.0.tar.gz
.
File metadata
- Download URL: clearbot-0.3.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/6.1.11-100.fc36.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc12bbc781aa890aac41f7676a823cf525e479e115f2eb1795b9ddfe1f884548 |
|
MD5 | 750c1276a270fc878cd7717014c9a8a1 |
|
BLAKE2b-256 | b1ac0c3fe3e55b520954beda5e1c67bfb965c33b30bcea1f2660155efb740e75 |
File details
Details for the file clearbot-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: clearbot-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/6.1.11-100.fc36.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99f02a517892283acafda1b80695f0ee94a68e06a1912c46e641bdd73024a086 |
|
MD5 | 2db841d5c96f240f6aad365246735c6a |
|
BLAKE2b-256 | 0b54b7b63c93f5f62af65e47e3eebcee634e66cc6ff2ff27aad0ff4a5b8032dd |