All Projects â†’ wopian â†’ kitsu-season-trends

wopian / kitsu-season-trends

Licence: MIT License
ðŸĶŠ Kitsu seasonal anime trends

Programming Languages

javascript
184084 projects - #8 most used programming language
stylus
462 projects
HTML
75241 projects

Projects that are alternatives of or similar to kitsu-season-trends

tanuki
ðŸĶŠ Anime weekly schedule for Kitsu
Stars: ✭ 26 (+100%)
Mutual labels:  anime, kitsu, kitsu-io
Nekome
Nekome is an Android application to manage tracked Anime and Manga lists.
Stars: ✭ 279 (+2046.15%)
Mutual labels:  anime, kitsu, anime-list
Miller
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
Stars: ✭ 4,633 (+35538.46%)
Mutual labels:  statistics, statistical-analysis
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (+123.08%)
Mutual labels:  anime, kitsu
AnimeDLR
AnimeDLR
Stars: ✭ 47 (+261.54%)
Mutual labels:  anime, kitsu
Morpheus Core
The foundational library of the Morpheus data science framework
Stars: ✭ 203 (+1461.54%)
Mutual labels:  statistics, statistical-analysis
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+21323.08%)
Mutual labels:  statistics, statistical-analysis
animeworldz
Anime Streaming App
Stars: ✭ 47 (+261.54%)
Mutual labels:  anime, anime-website
Gitinspector
📊 The statistical analysis tool for git repositories
Stars: ✭ 2,058 (+15730.77%)
Mutual labels:  statistics, statistical-analysis
anime-relations
Episode redirections for Taiga
Stars: ✭ 69 (+430.77%)
Mutual labels:  anime, kitsu
scrobbly
â†Đïļ Scrobble your animes to Anilist, Kitsu!
Stars: ✭ 23 (+76.92%)
Mutual labels:  anime, kitsu
michelle
An anime-centric bot for Discord
Stars: ✭ 12 (-7.69%)
Mutual labels:  anime, kitsu
Scikit Posthocs
Multiple Pairwise Comparisons (Post Hoc) Tests in Python
Stars: ✭ 186 (+1330.77%)
Mutual labels:  statistics, statistical-analysis
Ee Outliers
Open-source framework to detect outliers in Elasticsearch events
Stars: ✭ 172 (+1223.08%)
Mutual labels:  statistics, statistical-analysis
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (+1200%)
Mutual labels:  statistics, statistical-analysis
Anime-List
åą•įĪšæ–°į•Šįš„æļ…å–Ū
Stars: ✭ 43 (+230.77%)
Mutual labels:  anime, anime-website
kitsu-updater
Browser extension to automatically update your Kitsu library from streaming sites
Stars: ✭ 16 (+23.08%)
Mutual labels:  anime, kitsu
Uc Davis Cs Exams Analysis
📈 Regression and Classification with UC Davis student quiz data and exam data
Stars: ✭ 33 (+153.85%)
Mutual labels:  statistics, statistical-analysis
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+8176.92%)
Mutual labels:  statistics, statistical-analysis
Manime
ðŸą An anime app, based on single activity and MVVM architecture.
Stars: ✭ 24 (+84.62%)
Mutual labels:  anime, anime-list

Season Trends

web badge uptime badge contributors badge actions badge

Kitsu season trends for the currently airing anime

Using the Data

All the data is free to use and available from:

  • JSON format in ./data or online at season.moe/data/{year}-{season}.json
  • MessagePack format online at season.moe/msgpack/{year}-{season}.msgpack

Data Format

Property names are compressed to save storage space and bandwidth.

{
  data: [
    {
      i: 12, // Kitsu anime ID
      t: 'One Piece', // Canonical title
      u: 0, // Subtype (0: TV, 1: ONA)
      n: 0, // 0: Leftover, 1: New
      d: [ // Data array containing each daily update
        {
          i: 0, // Index
          d: 450263, // Hours since epoch (x3600000 to get datetime)
          w: 82.19, // Wilson's confidence level (0.95) out of 100 (omitted if 0)
          l: 82.4, // Laplace smoothing out of 100 (omitted if 0)
          p: 100359.75, // Upvotes, ratings >= 3 out of 5, omitted if 0)
          o: 21433.25, // Downvotes, ratings < 3 out of 5, omitted if 0)
          r: 121793, // Users Rated (omitted if 0)
          u: 186101, // Users (omitted if 0)
          f: 6578 // Users Favourited (omitted if 0)
        }
      ]
    }
  ],
  meta: {
    current: 52, // Total started airing this season
    total: 226 // Total shows being tracked
  },
  updated: '2021-05-13T23:03:55.841Z' // ISO date of the last cron update
}

Development

Requirements

Commands

  • yarn start - live reload local server
  • yarn lint - lint source code
  • yarn build - build from source
  • yarn cron - manually run cron task to fetch new data

Guide

  1. Fork the repo

  2. Clone the repo (git clone https://github.com/{yourusername}/api-docs.git)

  3. Create a new branch (git checkout -b improve-docs)

  4. Install dependencies (yarn install)

  5. Make the appropriate changes in the source files

  6. Check your changes for issues (yarn test)

  7. Commit your changes (git commit -am 'Improve docs')

  8. Push to your branch (git push origin improve-docs)

  9. Create a Pull Request

License

All code released under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].