Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/athityakumar/tvseries

TV Series is a tool that scrapes Episode Synopsis' of popular TV Series' from websites like Wikipedia / IMDb and show in one place with a user-friendly navigation UI.
https://github.com/athityakumar/tvseries

imdb-link ruby-script scraping tv-series

Last synced: 25 days ago
JSON representation

TV Series is a tool that scrapes Episode Synopsis' of popular TV Series' from websites like Wikipedia / IMDb and show in one place with a user-friendly navigation UI.

Awesome Lists containing this project

README

        

# TV Series

TV Series is a tool that scrapes Episode Synopsis' of popular TV Series' from websites like Wikipedia / IMDb and shows it all in one single place, with a better user-friendly navigation UI.

Website is accessible at https://athityakumar.github.io/tvseries/index.html

> Maintainers - [Athitya Kumar](https://github.com/athityakumar), [Dhruv Apte](https://github.com/the-ethan-hunt)

# List of contents

- [To-do](#to-do)
- [Supported TV Series](#supported-tv-series)
- [Resources](#resources)
- [How to contribute](#how-to-contribute)
- [License](#license)

## To-do

[Back to contents](#list-of-contents)

- [x] Add UI Sample Templates
- [x] Generate SITEMAP markup file automatically with ruby script
- [x] Generate RESOURCES markup file automatically with ruby script
- [x] Add JSON files with proper structure
- [ ] Add scraping script (WIP)
- [x] Add HTML pages generator script
- [x] Add master shell-script that runs all scripts, and pushes changes into this repository
- [x] Shell-script to deploy : [deploy.sh](https://github.com/athityakumar/tvseries/blob/master/deploy.sh)
- [x] Ruby git program for smart auto-commit messages : [git.rb](https://github.com/athityakumar/tvseries/blob/master/git.rb.sh)
- [ ] Add a cron job for the master shell-script

## Supported TV Series'

[Back to contents](#list-of-contents)

- [ ] Arrow
- [x] Breaking Bad
- [ ] Castle
- [x] DC's Legends of Tomorrow
- [ ] Friends
- [x] Game of Thrones
- [ ] Gotham
- [ ] How I Met your Mother
- [ ] Marvel's Agents of S.H.I.E.L.D
- [ ] Modern Family
- [ ] Narcos
- [ ] Person of Interest
- [ ] Prisonbreak
- [ ] Suits
- [ ] Supergirl
- [ ] Supernatural
- [ ] The Big Bang Theory
- [x] The Flash
- [ ] The Walking Dead
- [ ] Vixen
- [x] Silicon Valley

Feel free to add more series' to the list by sending Pull Requests.

Like the way it is automated? Star, fork and clone this repository. Contributions are always welcome.

## Resources
[Back to contents](#list-of-contents)


### The Flash
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/The_Flash_%282014_TV_series%29)
- [ ] [IMDb Link](http://www.imdb.com/title/tt3107288/)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/List_of_The_Flash_episodes)


### Person of Interest
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Person_of_Interest_(TV_series))
- [ ] [IMDb Link](http://www.imdb.com/title/tt1839578/)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/List_of_Person_of_Interest_episodes)


### Gotham
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Gotham_(TV_series))
- [ ] [IMDb Link](http://www.imdb.com/title/tt3749900/)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/List_of_Gotham_episodes)


### Game of Thrones
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Game_of_Thrones)
- [ ] [IMDb Link](http://www.imdb.com/title/tt0944947/)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/List_of_Game_of_Thrones_episodes)


### White Collar
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/White_Collar_(TV_series))
- [ ] [IMDb Link](http://www.imdb.com/title/tt1358522/)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/List_of_White_Collar_episodes)


### Breaking Bad
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Breaking_Bad)
- [ ] [IMDb Link](http://www.imdb.com/title/tt0903747/)
- [ ] [Episode Synopsis Link](http://breakingbad.wikia.com/wiki/Pilot)


### DC's Legends of Tomorrow
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Legends_of_Tomorrow)
- [ ] [IMDb Link](http://www.imdb.com/title/tt4532368/)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/Legends_of_Tomorrow)


### Sherlock
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Sherlock_(TV_series))
- [ ] [IMDb Link](http://www.imdb.com/title/tt1475582/)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/List_of_Sherlock_episodes)


### Firefly
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Firefly_(TV_series))
- [ ] [IMDb Link](http://www.imdb.com/title/tt0303461/?ref_=nv_sr_1)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/Firefly_(TV_series))


### Top of the Lake
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Top_of_the_Lake)
- [ ] [IMDb Link](http://www.imdb.com/title/tt2103085/?ref_=nv_sr_1)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/Top_of_the_Lake)

### Silicon Valley
- [ ] [Wikipedia Link](https://en.wikipedia.org/wiki/Silicon_Valley_(TV_series))
- [ ] [IMDb Link](https://www.imdb.com/title/tt2575988/)
- [ ] [Episode Synopsis Link](https://en.wikipedia.org/wiki/List_of_Silicon_Valley_episodes)

## How To Contribute

[Back to contents](#list-of-contents)

The work flow is the same as that of any other repository.
(1) Fork / clone the repository.
(2) Create a new branch , say `my-changes` and make your changes in this branch.
(3) Commit your changes and send a Pull request (PR) to this repository.
Active contributors would be rewarded with the tag of "Collabrators"
Bug fixes,Issues , Issue solutions , Optimizations , Enhancements are always welcome.

## License

[Back to contents](#list-of-contents)

The MIT License Copyright (c) 2017 - [Athitya Kumar](https://github.com/athityakumar).

Please have a look at the [LICENSE.md](LICENSE.md) for more details