Documentation in Russian
EBomb - Спам на почту/ы
pip install EBomb
# EBomb/__init__.py
class EBomb:
def __init__(self,
targets: list[str],
threads_count: int = None,
proxy: bool = True,
forever: bool = True,
verbose: bool = True): ...
# EBomb/services.py
class Service:
__slots__ = ('url', 'method', 'netloc')
def __init__(self, url: str, method: str):
...
def __repr__(self):
...
def request(self, mail: str, proxies: Optional[EasyProxies.ProxyDescriptor] = None) -> Response:
...
services: list[Service] = [...]
Ebomb/services.json
[
{
"url": ...,
"method": ...
},
...
]
CLI
python -m Ebomb -h
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
EBomb-1.2.1-py3-none-any.whl
(6.7 kB
view details)
File details
Details for the file EBomb-1.2.1-py3-none-any.whl.
File metadata
- Download URL: EBomb-1.2.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da974ede51efc9c9afca975d328c5933dc505d17605eeba652ccc916b1a0737c
|
|
| MD5 |
33a0e4e611d1306a44f513829b3bd281
|
|
| BLAKE2b-256 |
f5cd82dae6ca808cd3fa1b861cf1e6285297a22b19c0e6249c17c42b14cca4ca
|