Coder Social home page Coder Social logo

peter-amerkhanian / councilmatic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openoakland/councilmatic

0.0 1.0 0.0 5.69 MB

The councilmatic website for Open Oakland

Python 55.69% CSS 7.30% Shell 14.64% Swift 10.69% Makefile 0.75% HTML 10.92%

councilmatic's Introduction

Councilmatic

Setup

IF pip (My prefered method):

  1. Download Python
  2. make sure you're in the project directory and download the packages like so:
pip install -r requirements.txt

Disregard below

IF Conda:

  1. Install Anaconda * https://www.anaconda.com/download
  2. Create conda env * conda env create -f environment.yml
  3. Download geckodriver and add to path. Make sure to install Firefox if you don't have it as well. * https://github.com/mozilla/geckodriver/releases
    note: We used Katalon IDE brower plugin to easy generate some of python selenium statements the normal selenium IDE no longer supports Python code exports.

start up conda env

source activate new_councilmatic

update conda env

source activate new_councilmatic
conda env update -f=environment.yml

install conda env into jupyter notebook

source activate new_councilmatic
python -m ipykernel install --user --name new_councilmatic --display-name "new councilmatic"

### By Year and Search Words Example (2018)

python run_calendar.py -d 2018 -s "parking"


### Save as CSV Example (deprecated)

python run_calendar.py -d 2018 -s "parking" > parking2018.csv


### To create the web page

Run ScraperUpdate_AWS.sh on Amazon Server



# To run in jupyter notebook

jupyter notebook calendar.ipynb

# Web location of production site

https://oaklandcouncil.net


councilmatic's People

Contributors

hsmatis avatar tdooner avatar ekkus93 avatar reginafcompton avatar peter-amerkhanian avatar ttheimeroo avatar cathydeng avatar maximalelement avatar themrmax avatar icantrell avatar gauravmk avatar kfranzencc avatar kfranzen avatar rudytrubitt avatar

Watchers

James Cloos 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.