/Stackoverflow-bot

Wrapper Script for Searching Stack Oveflow

Primary LanguagePython

Automatic Stack Overflow Search

This is a script that searches for errors occuring in the your test file.

This uses the Stack Exchange API which doesn't require any Oath for searching at this time but may change in the future.

To run

git clone https://github.com/AnimeshRy/Stack-Oveflow-AutoSearch
pip install -r requirements.txt
python3 main.py

Replace the test.py with your file