Javinfo Api Versions Save

An API to scrape Japanese adult video data from various sites

v0.1.5-beta

1 year ago

What's Changed

Full Changelog: https://github.com/iamrony777/javinfo-api/compare/v0.1.0-beta...v0.1.5-beta

v0.1.0-beta

1 year ago

Gathers Movie Data from r18, javdb, javdatabase, javlibrary and Actress data from Boobpedia and r18 and return them in json format Check Documentation for more details

  • HTTP Basic Auth
  • Demo route with ratelimit
  • Using redis database to store r18 actress data
  • Added options to use selfhost / built-in redis server (Optional)
  • Honcho as Process manager
  • Request Logger (Optional)
  • Mkdocs (/docs)
  • Added redis.conf to configure built-in redis server (Optional)
  • Database of builtin redis server is available to download (only)

v0.1.4-beta

1 year ago

What's Changed

Update v1.4 (https://github.com/iamrony777/JavInfo-api/pull/9)

  • Poetry compatible
  • Use regex to filter movie ID
  • Minor Fixes, Frontpage Update, Heroku Support
  • CREATE_REDIS=false and using Upstash-Redis addon (free) by default on HEROKU
  • Use Upstash-rest-api during redis-search in api.helper.actress.py is available
  • moved api routes to /api/ with backward compatibility + static mounts
  • Add Self-ping

Full Changelog: https://github.com/iamrony777/JavInfo-api/compare/v1.3...v1.4

v0.1.3-beta

1 year ago

What's Changed

  • Renamed /demo/search to /public
  • Slightly lower memory usage, and faster
  • Rebuild Folder structure, Added Logger (loguru)
  • Removing APScheduler from Startup tasks
  • Independent Cronjobs, Fix Duplicate logs
  • Ping duplication fix
  • Update dependency list (latest, except fastapi-limiter)
  • Replaced Exo, honcho with Overmind (process manager)
  • Docker multi-stage build to reduce image size

Full Changelog: https://github.com/iamrony777/JavInfo-api/compare/v1.2...v1.3