Skip to content

mrbinwin/mymovies-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyMovies-Backend

Django based backend for MyMovies Android app. It's a REST API that can search torrents by movie title and release year.

Endpoints

/api/search/<title>/<original_title>/<int:year> - get list of torrents by movie title in Russian, original title and release year

/api/download/<int:id> - download torrent metadata file by torrent id

/api/stat - the API usage statictics

Installation

After installation the following settings are need to be adjusted:

  • ALLOWED_HOSTS - url or IP address of the current server
  • RUTRACKER_USERNAME
  • RUTRACKER_PASSWORD
  • RUTRACKER_RUCAPTCHA_KEY - rucaptcha.com API key
  • RUTRACKER_PROXY_ENABLED - True if rutracker.org is blocked in your country
  • RUTRACKER_PROXIES

About

Django based backend for MyMovies Android app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages