Archived
1
0
Fork 0
This repository has been archived on 2020-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-09-24 13:20:32 +07:00
Source Test Itch.io parser 2018-09-24 13:07:50 +07:00
tests don't use online calls for tests 2018-09-24 13:20:32 +07:00
.gitignore Added Telegram/Mastodon bot, GPLv3 license 2018-05-13 14:02:22 +07:00
.gitlab-ci.yml call composer from php 2018-09-24 13:15:50 +07:00
bot.php Updated Masto bot to include language data 2018-06-09 12:14:48 +07:00
composer.json Test Itch.io parser 2018-09-24 13:07:50 +07:00
composer.lock Added phpunit to dependencies 2018-09-23 20:09:24 +07:00
config.yml.example Single YAML config 2018-05-15 18:11:18 +07:00
download.php Added Telegram/Mastodon bot, GPLv3 license 2018-05-13 14:02:22 +07:00
Game.php Поменял порядок автора и названия 2018-06-01 14:53:29 +07:00
LICENSE Added Telegram/Mastodon bot, GPLv3 license 2018-05-13 14:02:22 +07:00
README.md Single YAML config 2018-05-15 18:11:18 +07:00
run.php Instory RSS 2018-09-19 09:53:13 +07:00
Source.php Apero fixes 2018-07-20 12:38:23 +07:00
wiki.php Single YAML config 2018-05-15 18:11:18 +07:00
Wikipage.php Single YAML config 2018-05-15 18:11:18 +07:00

A set of utilities for tracking text-based game releases

Originally a parser for Russian Interactive Fiction, now it's much more than that.

There are three executable PHP scripts here that serve different functions but share the code.

run.php

This one was the first. Its function is simple: it scans some game hosting sites, finds the new games (published during the last week) and prints a neat list in Markdown or HTML format. All automatic.

bot.php

This one does the same in continuous fashion, posting the feed to Mastodon or Telegram.

wiki.php

And this one makes wiki pages for the IFWiki. It uses Russian IFWiki syntax and templates but it would be easy to alter for the English IFWiki as well if you'd want that.

Installation

  1. Copy the config.yml.example to config.yml, edit it.
  2. Run the scripts.