- Python 2.7
- bs4
- requests
- re
- sys
- time
- csv
- Check what your Python version is
python --version
pip install -r requirements.txt
- To run the code kindly run it as Python 2
python jabong.py
OR
python2 jabong.py
- In order to run the Jupyter Notebook, kindly start the Jupyter Notebook server first
jupyter notebook
- Go to the localhost and start the Jupyter Notebook.
- Then run the blocks of code using `alt+enter`
- Kindly raise an Issue in the Issue Tracker and then send a Pull Request accordingly.