https://github.com/justkesha/owm-api-wrapper
Custom Python 3.10 wrapper around OpenWeatherMap API
https://github.com/justkesha/owm-api-wrapper
api-wrapper bot bots discord discord-bot openweathermap openweathermap-api owm owm-api package pet-project pet-projects python python-package python3 wrapper wrapper-library
Last synced: 9 months ago
JSON representation
Custom Python 3.10 wrapper around OpenWeatherMap API
- Host: GitHub
- URL: https://github.com/justkesha/owm-api-wrapper
- Owner: JustKesha
- License: mit
- Created: 2024-12-04T15:44:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-28T16:43:55.000Z (12 months ago)
- Last Synced: 2025-07-28T17:40:31.838Z (12 months ago)
- Topics: api-wrapper, bot, bots, discord, discord-bot, openweathermap, openweathermap-api, owm, owm-api, package, pet-project, pet-projects, python, python-package, python3, wrapper, wrapper-library
- Language: Python
- Homepage:
- Size: 250 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom [Open Weather Map API](https://openweathermap.org/api) Wrapper
This is a custom Python 3.10 wrapper around the [OWM API](https://openweathermap.org/api),
It was created specifically to be used for [this weather bot repository](../../../discord-owm-bot).
> [!NOTE]
> This repo was created for mainly learning purposes,
> this is one of the reasons why "from-skratch" solutions were implemented.
### Features
- More custom data & formats generated on fly
- Many ready to use descriptive strings in [English](weather/english.json)
- Easily & highly customizable icon sets
- Color codes for each weather condition & temperature
### License
This repo uses MIT license, you can read more in the [LICENSE](LICENSE) file.