GithubHelp home page GithubHelp logo

irs-lookup's Introduction

IRS lookup tool

Serverless implementation to check 990 status

Deploy

To limit the 990 sync size, create a .env file with a list of EIN numbers:

EIN_FILTER=812826681,<<EIN#>>,<<EIN#>>

If you don't do this, the app will try to download records for all non-profits!

To deploy, install justfile and run:

just stage=dev deploy

Change stage to production for prod deploy

Refresh 990s

990s will auto-refresh every 7 days. To manually refresh, run:

sls invoke -f cron_refresh_990s --type Event --data '{"body": "{}", "headers": {"Content-Type": "application-json"}}'

To refresh a single year use:

sls invoke -f cron_refresh_990s --type Event --data '{"body": "{}", "headers": {"Content-Type": "application-json"}}'

Test

npm install
sls dynamodb install
pip freeze

echo "PYTHONPATH=./$(realpath --relative-to=. ./.serverless/requirements)" >> .env
AWS_PROFILE=default SLS_DEBUG=* sls offline start

Fetch for EIN

aws lambda invoke /dev/null \ --cli-binary-format raw-in-base64-out \ --payload '{"pathParameters": {"ein":"471417900"}, "queryStringParameters": {"source": "irs"}}' \ --endpoint-url http://localhost:3002 \ --function-name irs-lookup-dev-http_fetch_990

Reload 990s for Year

aws lambda invoke /dev/null \ --invocation-type Event \ --cli-binary-format raw-in-base64-out \ --payload '{"body": "{\"year\": \"2019\"}", "headers": {"Content-Type": "application-json"}}' \ --endpoint-url http://localhost:3002 \ --function-name irs-lookup-dev-cron_refresh_990s

irs-lookup's People

Contributors

btalberg avatar

Watchers

 avatar  avatar  avatar  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.