Coder Social home page Coder Social logo

stack-dump's Introduction

Stack Dump

Information Gathering tool to get Links and Title from Stack Exchange sites for a specific keyword.

Features:

  • Using Stack Exchange Advanced Search through the Terminal. ๐Ÿ’ป
  • Search for an answer posted by a particular user
  • Search for a question posted by a particular user
  • Search for a comment posted by a particular user
  • Colorful CLI for catchy results ๐Ÿ˜‰

TODOs:

  • Writing output to different file formats
  • Optimization and better code

Usage:

 ____  _             _      ____
/ ___|| |_ __ _  ___| | __ |  _ \ _   _ _ __ ___  _ __
\___ \| __/ _` |/ __| |/ / | | | | | | | '_ ` _ \| '_ \
 ___) | || (_| | (__|   <  | |_| | |_| | | | | | | |_) |
|____/ \__\__,_|\___|_|\_\ |____/ \__,_|_| |_| |_| .__/
                                                 |_|     v0.7
usage: stackDump.py [-h] [-k KEYWORD] [-l LIMIT] [-f USER] [-e] [-u USERID]
                    [-t TYPE]

StackDump

optional arguments:
  -h, --help            show this help message and exit

required arguments:
  -k KEYWORD, --keyword KEYWORD
                        Keyword to lookup
  -l LIMIT, --limit LIMIT
                        Limit Results per Stack Site: min:10
  -f USER, --find-user USER
                        UserId Lookup by Keyword
  -e, --exact-match     Case sensitive search
  -u USERID, --user-id USERID
                        Stack UserId got from -f/--find-user
  -t TYPE, --type TYPE  Get all answers, questions and comments posted by an UserId

Example:
 
            Advanced Keyword Search: stackdump -k "example"

            Keywork search with Limit: stackdump -k "example" -l 50

            Find User exact match: stackdump -f Goron -e

            Get answers for Userid: stackdump -u 123123 -t answers

            Get questions for Userid: stackdump -u 123123 -t questions

            Get comments for Userid: stackdump -u 123123 -t comments

Demo:

Demo

stack-dump's People

Contributors

cyberblackhole avatar naryal2580 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.