Socket
Socket
Sign inDemoInstall

github.com/eliben/so-tag-sentiment-analysis

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/eliben/so-tag-sentiment-analysis

Before running this program, first fetch the data with fetch-all-questions into some base directory. Pass this base directory with the -dir flag to this program. To get a month-by-month breakdown from start date to end date, use the -bymonth flag. Eli Bendersky [https://eli.thegreenplace.net] This code is in the public domain. StackOverflow analysis using its API in Go. This program just fetches data from the StackOverflow API. The idea is that you run it once to fetch all the data you need, and can then analyze this data locally by repeatedly invoking analyze-question-sentiment with different parameters. To get the increased API quota, get a key from stackapps.com and run with the env var STACK_KEY=<key> Eli Bendersky [https://eli.thegreenplace.net] This code is in the public domain.


Version published

Readme

Source

To use this repository, it's recommended to get an API key from stackapps.com, as this will greatly incease the daily quota of StackOverflow API queries you're allowed.

First, run fetch-all-questions to gather data into a local directory. Then run analyze-question-sentiment repeatedly on that data. Check out the flags of both programs for further directions, by first running them with -help.

FAQs

Last updated on 10 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc