Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.23 KB

File metadata and controls

33 lines (17 loc) · 1.23 KB

stackOverflowStats

Access stackoverflow using stackexchange python library. Get information which is then parsed as per available functions and reprsented graphically via matplotlib

Getting Started

To copy the project to your folder simply use clone/download option at the top right-hand corener of the repository.

Prerequisites

Following libraries are needed as part of prerequisites.

  • stackexchange- To access stack overflow sites
  • matplotlib - For plotting / Graphical representation
  • numpy - Needed for matplotlib as well as data-science tasks

Optional

  • seaborn - For making graphs pretty

Notes

To see detailed run through the script and project, checkout my blog python-top-10-tags-by-question-count-on-stack-overflow

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details