Skip to content

Thibaut-Fatus/TrackMyFat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrackMyFat

This should one day allow you to track your nutritional intake after going to McDonald's

You will be able to see how much sugar, fat and salt your last meal gave you, your weekly / monthly consumption

It could be nice if I find time to add some data-viz on top of this.

(if you are on a fresh install, you'll need some package before, see package-list file)

USAGE

  • You need to set you PYTHONPATH correctly to TrackMyFat

  • Install python requirements

pip install -r back/requirements.txt
  • built javascript files:
jsx --watch src/ build/
  • django runserver
python manage.py runserver localhost:8888
  • you can launch sraping process and insertion with
python manage.py scrape

If you want to test the scraper, go to back/scraper and run:

scrapy crawl macdo

and you will see current state of parsing

About

A project to test scrapy, and build a small front using React with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors