Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement TheTVDB.com ID extraction from movie/TV show title #11

Open
4 tasks
havanagrawal opened this issue Oct 4, 2020 · 1 comment
Open
4 tasks
Assignees
Labels
good first issue Good for newcomers hacktoberfest Issues that are good candidates for Hacktobeerfest participants

Comments

@havanagrawal
Copy link
Owner

Problem

Implement the the_tvdb_dot_com_id function in external_identifier

Prerequisites

  • You know basic git, i.e. how to fork this repo, clone this repo, work on a branch and send a PR
  • You have basic working knowledge of Python
  • You are able to run Python on your machine
  • You are familiar with basic web scraping (example: requests, bs4 (BeautifulSoup), etc)

How to Test

Simply run python3 external_identifier.py and it will run doctests. Ensure that the test for the_tvdb_dot_com_id passes.

Hints

  • Try searching for some movie on https://www.thetvdb.com. What does the URL look like? You can use that to send a GET request.
  • Feel free to add more arguments to the function if they help in increasing the confidence of the returned identifier.
@havanagrawal havanagrawal added good first issue Good for newcomers hacktoberfest Issues that are good candidates for Hacktobeerfest participants labels Oct 4, 2020
@rpartha
Copy link

rpartha commented Oct 5, 2020

I'll take this up. Please assign to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Issues that are good candidates for Hacktobeerfest participants
Projects
None yet
Development

No branches or pull requests

2 participants