API client for Kitsu.io, with optional Anime collection, and optional Anilist syncing.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Timothy Warren 5076657b38
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
Merge remote-tracking branch 'origin/develop'
3 months ago
app Pass anilist ids more directly, see #39 8 months ago
build Move header update script to tools folder 1 year ago
frontEndSrc Update frontend tooling 8 months ago
migrations Reformat misc files 1 year ago
public Update frontend tooling 8 months ago
src Update Kitsu GraphQL schema 3 months ago
tests Fix tests 8 months ago
tools Move header update script to tools folder 1 year ago
.editorconfig Some progress toward better structure through refactoring 8 years ago
.gitignore Set up a proper formatter for more consistent code style 1 year ago
.htaccess Update htaccess so images can load 6 years ago
.php-cs-fixer.dist.php Tweak formatting settings 1 year ago
.travis.yml Lots of little code fixes, hides notices shown on PHP 8.1 2 years ago
CHANGELOG.md Use image builder class to simplify createPlaceholderImage 1 year ago
Jenkinsfile Attempt to fix Jenkins build, again 2 years ago
LICENSE Add license 6 years ago
README.md Update docs and CI 2 years ago
composer.json Update cache dependency 3 months ago
console Use image builder class to simplify createPlaceholderImage 1 year ago
index.php Update cache dependency 3 months ago
justfile Move header update script to tools folder 1 year ago
phinx.yml.dist Add migration to create a link table between anime_sets and media 3 years ago
phpdoc.dist.xml Fix some documentation generation issues 5 years ago
phpdox.xml Cleanup some build/quality check stuff 3 years ago
phpstan.neon Fix build issue with phpstan 2 years ago
phpunit.xml Fix tests for PHP8...? 3 years ago
sw.js Fix generic user page route, minor code cleanup 5 years ago

README.md

Hummingbird Anime Client

Update your anime/manga list on Kitsu.io and Anilist

Build Status Build Status

[Hosted Example]

Features

  • Anime List views (Each with list and cover views):

    • Watching
    • Plan to Watch
    • On Hold
    • Dropped
    • Completed
    • Combined View
  • Manga List views (Each with list and cover views):

    • Reading
    • Plan to Read
    • On Hold
    • Dropped
    • Completed
    • Combined View
  • Anime collection view (segmented by media type):

    • Cover Images
    • Table List

Requirements

  • PHP 8
  • PDO SQLite or PDO PostgreSQL (For collection tab)
  • GD extension for caching images
  • Redis or Memcached for caching

Installation

  1. Install via git, then install dependencies via composer: composer install
  2. Duplicate app/config/config.toml.example file as app/config/config.toml
  3. Configure settings in app/config/config.toml to your liking
  4. Create the following directories if they don't exist, and make sure they are world writable
    • app/config
    • app/logs
    • public/images/avatars
    • public/images/anime
    • public/images/characters
    • public/images/manga
  5. Make sure the console script is executable
  6. Additional settings are on the settings page once you log in.

Server Setup

See the wiki for more in-depth information