Giter Club home page Giter Club logo

nj-covid-tracker's Introduction

New Jersey COVID-19 Tracker

Coronavirus tracker for the state of New Jersey. Built with Requests, implemented in Python. Seeing that cases keep rising, it's important to be aware of the new developments in cases, vaccines, and tests.

Setup

To get this web scraper running locally, the setup is very minimal. The only step is to edit the .env file with your information.

1) The first step is to fill out the Twitter Developer API keys:

API_KEY = 
API_SECRET = 

BEARER_TOKEN = 

ACCESS_TOKEN = 
ACCESS_TOKEN_SECRET =  

You can get your own API keys from the Twitter Developer page. Just create a Twitter Developer Account, and create an app. Generate its API keys, and this is important: you must give it permissions to write and read to your twitter account. Once you do that, copy the keys and paste them into their appropriate fields in the .env file.

2) Second, in the WHEN_TO_RUN field, specify when you want the program to run in 24H time. For example, if you want it to run at 4:30 PM, enter 16:30.

3) Last, you need to install the dependencies. Run these commands, and then you should be good to run the program!

pip install requests
pip install tweepy
pip install python-dotenv
pip install schedule

You also need Selenium installed and in your PATH. In order to learn how to do this, follow the docs.

About

Hi! I'm Sid, a Full Stack developer currently in High School. You can learn more about me on my website, or you can follow me on Twitter! If you found this project helpful, star it on Github!

Forked by @carcraftz. You can learn more about me on my website

nj-covid-tracker's People

Contributors

carcraftz avatar siddhxrth avatar

Stargazers

 avatar

Watchers

 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.