Git Product home page Git Product logo

cl-stackexchange's Introduction

#
#
# Kevin Izevbigie ([email protected], twitter: @kevinize)
# https://www.thebackedengineer.com - helping business build web software.
#
#
#


Using the search API to search for data from the Stackexchange website portfolio.


## How To Use

Add an exchange website using the `make-stackexchange-defun` macro.

(make-stackexchange-defun defun-name stack-site-name)

E.G. (make-stackexchange-defun stackoverflow *link-one-key*)

This will create a stackoverflow function. To be used:

(stackoverflow :page-size "2"
               :tag-list '("common-lisp")
	       :sort "creation")

page-size = how many results will be returned
tag-list = currently only accepts one value in list

## Return value

(((TITLE
   . "Is it theoretically possible to rewrite tagbody in terms of labels?")
  (LINK
   . "https://stackoverflow.com/questions/77431504/is-it-theoretically-possible-to-rewrite-tagbody-in-terms-of-labels"))
 ((TITLE . "How to move the cursor on the editing line with cl-readline")
  (LINK
   . "https://stackoverflow.com/questions/77421618/how-to-move-the-cursor-on-the-editing-line-with-cl-readline")))

## Using the *stack-key*

To maximise the amount of searches per day, you need to use your unique stackexchange API key.

Add it: (setf stack:*stack-key* "Your Key")

## To Do

   - Allow for multiple stack tags in tag list
   - add advanced search API






cl-stackexchange's People

Contributors

vinn2010 avatar rudolfochrist avatar

Stargazers

Wade Mealing avatar Corin Royal Drummond avatar Fermin MF avatar Alexander Artemenko avatar  avatar  avatar Joel Boehland avatar Anthony Green avatar Kilian M. Haemmerle avatar corpix avatar vindarel avatar Alkindar Ferraz avatar

Watchers

 avatar  avatar

Forkers

rudolfochrist

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.