Code Monkey home page Code Monkey logo

newsrivr's Introduction

newsrivr's People

Contributors

mikejohnpage avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

newsrivr's Issues

Add 'publishers' arg to get_news()

Add arg to get_news() that allows users to supply a vector of known publishers which are matched against the url and/or website.domainName Newsriver query fields.

Store a list of all publishers (matched to the Newsriver publishers list) in a .rda object and reference the list from utils when writing conditional checks to validate provided publishers by the user.

Language code tables

Make get_news() check if language is in the tibble saved as language_codes.RDS, rather than checking within a vector within the function as is done now. Check out Newsanchor's stop_if_invalid_language function for an example of how to do this.

Additionally, some of the language codes (e.g., "zu") appear to return nothing. Valid language codes need identifying. Contact Newsriver for a valid list. For now, the extensive list in get_news() will suffice.

get_news() title / text conflict

query arg returns an empty tibble if only title: or text: are specified. Omission or inclusion of both does not generate issues:

# okay
get_news("google") 

# okay
get_news("tittle:Google AND text:Google")

# empty tibble
get_news("tittle:Google")

# empty tibble
get_news("text:Google")

api token check

Find out if api_token is always a set length of characters to add another precondition check to store_creds(), store_creds_temp(), and get_news() that tests is api_token is the correct nchar().

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.