Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgw/sopel-factoriomods
A Sopel plugin to show information about linked Factorio mods.
https://github.com/dgw/sopel-factoriomods
Last synced: about 1 month ago
JSON representation
A Sopel plugin to show information about linked Factorio mods.
- Host: GitHub
- URL: https://github.com/dgw/sopel-factoriomods
- Owner: dgw
- License: other
- Created: 2024-01-04T09:23:01.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T01:32:03.000Z (3 months ago)
- Last Synced: 2024-08-09T02:46:28.801Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
# sopel-factoriomods
A Sopel plugin to show information about linked Factorio mods.
Uses the [Factorio Mod Portal API](https://wiki.factorio.com/Mod_portal_API),
which is *probably* stable but you never know. Proceed cautiously.## Installing
Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:
```shell
$ pip install sopel-factoriomods
```