Skip to content

santhuuu0007/ScoopIt-Api-NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

ScoopIt .NET Api

A basic .NET framework to access the Scoop.it API and a test project (ASP MVC3). (Some feature still need to be developed in order to cover the whole Api)

INSTRUCTIONS

  • Modify the web.config with your consumer key and consumer secret (https://www.scoop.it/apps)
  • Do not hesitate to contribute!

Web.config:

<add key="CONSUMER_KEY" value="Your consumer key"/>
<add key="CONSUMER_SECRET" value="Your consumer secret"/>
<add key="CALLBACK" value="/Scoopit/CallbackFromScoopIt"/>
<!--  Below you will enter your topic Name and the number of posts that you want on each page -->
<add key="TOPIC_Name" value="asp-web-development"/>
<add key="NumberPostPerPage" value="10"/>

LINKS:

About

ScoopIt Api .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 69.3%
  • C# 30.0%
  • Other 0.7%