GithubHelp home page GithubHelp logo

newapi's Introduction

Problem Statement

  • Build a news Aggregator using Gnew as source
    • Search by Keyword in title
    • Search by keyword in title, content, description
    • Get top n # of articles

Quickstart

  • You need a .env file with GnewsAPI in it. It is not committed to git for security reasons.
    • You can follow the .env_sample for formatting
  • Setup your env, and install the Pip requirements from requirements.txt
  • Then, if you launch main.py, it should just start the service
  • I recommend using the SWAGGER docs to help you; it is below.

TechStack

  • FastAPI
  • Uvicorn
  • Cache tool (https://pypi.org/project/cachetools/) It's a simple improvement over the built-in cache in Python
  • httpx to do async rest calls to speed this up a bit
  • Custom middleware: just addes process tiem for testing cache and async
    • looks like this in the response headers: 'x-process-time: 0.5520238876342773 '
  • Schemas (inside the api folder) is for checking responses. it becomes more useful once we get into more CRUD

API docs

End points

  • /
  • /top
    • optional query params count=?
  • /key/{keyword}
    • optional query params count=?
  • /search{keyword}
    • optional query params count=?

newapi's People

Contributors

countzen2000 avatar

Watchers

 avatar James Cloos avatar  avatar

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.