dbordak / RU-Food-Scraper

Scrapes basic nutrition information for Rutgers menus into JSON.

Home Page:http://vps.rsopher.com/nutrition.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Rutgers Nutritional Information Scraper

Scrapes food.rutgers.edu for menus and nutritional information, saves to file.

###Format

{
	Brower Commons : {
		Breakfast : [
			{
				name : 'ITEM NAME',
				serving : 'SERVING SIZE',
				calories : 100,
				ingredients : 'INGREDIENT1, INGREDIENT2, ...'
			},
			{
				...
			},
			...
		],
		Lunch : [
			...
		],
		Dinner : [
			...
		]
	},
	Busch Dining Hall : {
		...
	},
	Neilson Dining Hall : {
		...
	},
	Livingston Dining Commons : {
		...
	}
}

###Dependencies Python script requires package BeautifulSoup.

About

Scrapes basic nutrition information for Rutgers menus into JSON.

http://vps.rsopher.com/nutrition.json


Languages

Language:Python 100.0%