https://github.com/tirkarthi/cpython-bugs
https://github.com/tirkarthi/cpython-bugs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tirkarthi/cpython-bugs
- Owner: tirkarthi
- License: mit
- Created: 2018-06-27T10:37:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T10:39:23.000Z (almost 7 years ago)
- Last Synced: 2024-12-28T03:41:53.481Z (6 months ago)
- Language: Python
- Size: 42 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPython bugs analysis
## Installation
* Install requirements from requirements.txt
* Untar data.tar.gz into a directory called data or run `python scraper.py` to scrap bugs.python.org and generate JSON files.
* Run `python build.py` to build a database in MongoDB.
* Run `python top.py` that prints query outputs.