This project is centered around data mining and parse json. I am using data from propublica, NewsAPI, Opensecrets, Trade.gov, CKan. I make a request to each API create a model from the json response and then create a python object from the parsed Json Response. I will use pandas and numpy to perform calculations on the data and persent the data to the use.
- NewsAPI - get news articles
- JsonTraverseParser - parse json easier
- scrapy - creating spiders
- pyfolio - stock risk analysis
- requests - REST Calls
- gensim - NLP
- scapy - NLP
- NLTK- NPL toolkit
- newspaper - extract articles and information from website
- Civic Information - political data
- Political - political data
- Youtube - videos
- NewsAPI - https://newsapi.org/docs
- UnData - http://data.un.org/ws/
- Opensecrets - https://www.opensecrets.org/api/admin/index.php?function=user_api_list
- Scrapy - https://docs.scrapy.org/en/latest/
- pyfolio - https://quantopian.github.io/pyfolio/
- gensim - https://radimrehurek.com/gensim/tutorial.html
- scapy - https://spacy.io/api/doc
- newspaper - https://github.com/codelucas/newspaper
- Civic Information - https://developers.google.com/civic-information/docs/v2/
- Youtube - https://developers.google.com/youtube/v3/code_samples/python
- Open Data - https://project-open-data.cio.gov/
source ~/.bashrc set pycharm to use 3.5.2, checking setting in pycharm and make sure it is using pyenv version. check local version of python, which python.