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

Completed: get_title, check_relevance, redirected_urls, fetch_relevant_urls, fetch_irrelevant_urls, get_domain_name, count_standard_url_shorteners, count_unconventional_url_shorteners #14

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

nibir-paul
Copy link
Collaborator

17-07-2020:
Completed the get_title() method where we are fetching the titles of the articles.

20-07-2020:
Completed check_relevance() method where it returns a true or false value depending on what two types of textual content are parsed through it.

21-07-2020:
Completed redirected_urls() method where it returns a set of all the urls the main url is connecting or forwarding to.

22-07-2020:
Completed count_standard_url_shorteners() method where it returns the number of urls that has been shortened using standard url shorteners.
Added get_domain_name() method where it returns the domain name of a given url.

23-07-2020:
Completed fetch_relevant_urls() method where it returns a set of links which are relevant to the main url.
Completed fetch_irrelevant_urls() method where it returns a set of links which are irrelevant to the main url.

24-07-2020:
Completed count_unconventional_url_shorteners() method where it returns the number of urls that has not used conventional url shorteners.
Also send the PR today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant