hrishitelang / stack2

The BITS Lab STACK tool (Version 2.0) for social media collection and analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STACKS - Social Media Tracker, Analyzer, & Collector Toolkit at Syracuse (v2.0)

STACKS (v 2.0) is the updated version of the previous STACKS interface. As of April 2021, STACKS v2.0 has been leveraged with its latest Python v3.9, along with its updated Mongo and PyMongo dependencies. The social media research toolkit was originally designed to collect, process, and store data from online social networks, majorly from social media APIs such as Twitter and Facebook. The interface is an ongoing project via the Syracuse University iSchool, and the following repository supports the Twitter search and pagination API. Collecting from the Facebook search and pagination API is under development.

This documentation assumes the following:

  • You know how to use Ubuntu 20.04.
  • You know how to use ssh.
  • Your server has MongoDB, Docker and Docker Compose already installed.
  • You understand how to edit files using vim (“vi”) or nano.
  • You have rights and know how to install Python libraries.

Installation

Prior to installing STACK, make sure you have MongoDB, Docker and Docker Compose installed and running on your server.

Credits

Lovingly maintained at Syracuse University by:

Distributed under the MIT License:

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

The BITS Lab STACK tool (Version 2.0) for social media collection and analysis.


Languages

Language:Python 96.0%Language:Dockerfile 4.0%