
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Includes support for AsyncIO and returns populated objects with objects parsed ready for use.
Disclaimer This package is not associated with or endorsed by the Australian Bureau of Meteorology (BOM). Usage may be subject to their term and conditions. See the copyright notice published on their website for more information: http://reg.bom.gov.au/other/copyright.shtml
# Pip
pip install bomapi
# Pipenv
pipenv install bomapi
# Poetry
poetry add bomapi
import bomapi
results = bomapi.location_search("Wollongong")
for result in results:
print(result.name)
import bomapi
geohash = "r3gk6rr" # Wollongong (or use the result object from location_search)
location = bomapi.Location(geohash)
observations = location.observations()
print(observations.rain_since_9am)
import bomapi.aio
geohash = "r3gk6rr" # Wollongong
location = bomapi.aio.Location(geohash)
observations = await location.observations()
print(observations.rain_since_9am)
FAQs
Python interface to the Australia Government BOM Weather API
We found that bomapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.