https://github.com/burritosoftware/enmity-altsource
Auto-generated AltStore source for Enmity
https://github.com/burritosoftware/enmity-altsource
Last synced: over 1 year ago
JSON representation
Auto-generated AltStore source for Enmity
- Host: GitHub
- URL: https://github.com/burritosoftware/enmity-altsource
- Owner: burritosoftware
- License: mit
- Created: 2024-03-26T03:28:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T18:22:34.000Z (over 1 year ago)
- Last Synced: 2025-02-18T19:32:22.302Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AltStore Source for Enmity

[](https://wakatime.com/badge/github/burritosoftware/enmity-altsource) [](https://github.com/burritosoftware/enmity-altsource/commits/pages/) 
---
## How this works
This repository checks every hour for new builds of Enmity at [enmity-mod/tweak](https://github.com/enmity-mod/tweak/releases).
If one exists, the AltStore source in the `pages` branch will be updated to the latest version.
## Installation
Tap below to open AltStore and add this source. Not working? Add `https://enmity.burrito.software/apps.json` to AltStore.
[](https://enmity.burrito.software)
## Manual Setup
This code can be run without GitHub actions.
Tested on Windows 11 and `ubuntu-latest` Actions runner.
1. Make sure you have Python installed.
2. Install/upgrade dependencies:
```
pip install -U -r requirements.txt
```
3. Duplicate `.env-example` to `.env`.
```
cp .env-example .env
```
3. Run `generate.py`.
```
python3 generate.py
```
4. The AltStore source file will be located, by default, in `out/apps.json`. A file to compare and track new versions will be, by default, in `cache/lastGenerated.json`. You can adjust these parameters in the `.env` file.