Skip to content

Netflix Scraper API to allow autocomplete for movie titles

Notifications You must be signed in to change notification settings

tschelhas/NetflixScraperAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# ===================================================
# Netflix Scraper API
# Developed by: Dorian Karter
# Website: https://github.com/dkarter/NetflixScraperAPI
# Use example (Alfred Workflow): https://github.com/dkarter/AlfredNetflixSearchWorkflow
# License: MIT
# Disclaimer: I am not connected and or affiliated with Netflix, this code was written 
# purely for educational purposes and with no other intent, warranty or purpose. 
# Use at your own risk and responsiblity.
# ===================================================

#Instructions

##Running

```
node index.js
```

##Deployment - Dokku

1. Add the dokku remote to your cloned git repository
2. Push
3. The installation process will ask you for your netflix user name and password once
4. After the first run your cookie should be saved and the server will not ask you for your credentials again.
--
Alternatively fill in your credentials in the credentials.json file for silent run.

##Accessing

From your browser navigate to:

```
http://localhost:5000/autocomplete/star%20trek
```

You will get a json string containing completions for your query


##Contributing

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

About

Netflix Scraper API to allow autocomplete for movie titles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • Shell 7.8%