Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rorro/wom-leagues-names
Submits name changes that have been reported to league version of wiseoldman.net to the main site.
https://github.com/rorro/wom-leagues-names
Last synced: 7 days ago
JSON representation
Submits name changes that have been reported to league version of wiseoldman.net to the main site.
- Host: GitHub
- URL: https://github.com/rorro/wom-leagues-names
- Owner: rorro
- License: mit
- Created: 2023-11-22T23:40:57.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-22T23:55:42.000Z (12 months ago)
- Last Synced: 2023-11-23T00:29:36.389Z (12 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WOM Leagues Names
A script that fetches the most recent name changes submitted to the [league](https://league.wiseoldman.net) version of [wiseoldman.net](https://wiseoldman.net) and submits them to the main site.
## Setup
Python 3.8 or higher is required to use the `wom.py` dependency. This shouldn't be
an issue as I think ubuntu ships with 3.8 by default.- Clone the repo if you plan to only run the script
- Fork the repo if you plan to contribute to itCreate a virtual environment and activate it
```bash
$ python3 -m venv .venv
$ source .venv/bin/activate
```Install dependencies
```bash
$ pip3 install -r requirements.txt
```Run the script
```bash
$ python3 main.py
```