Giter Site home page Giter Site logo

renanzg / belligcat-hackathon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from volifter/belligcat-hackathon

0.0 0.0 0.0 41 KB

Graphinator is a network building and visualisation tool, designed to be used by people without extensive IT knowledge.

License: MIT License

JavaScript 76.18% CSS 15.47% HTML 8.36%

belligcat-hackathon's Introduction

Graphinator

Team Members

Tool Description

Graphinator is a network building and visualisation tool, designed to be used by people without extensive IT knowledge.

Easy to learn, hard to master ๐Ÿ˜Ž

Installation

  1. Make sure you have npm and Node.js version 18.3.0 or greater installed.
  2. Clone this repository into a local directory and cd into it.
  3. Rename all configuration files in the config directory by removing .template from their name and changing their contents appropriately (ex: rename twitter.template.json -> twitter.json, update username and password values inside).
  4. Install dependencies.
npm install
  1. Start the web server.
npm start
  1. Open a web browser and navigate to 127.0.0.1:8080.
  2. Have a look at the user manual, and enjoy scraping!

Usage

Please refer to the User manual for a complete usage guide.

Additional Information

Next steps

  • Write a developer manual documenting the module API and a guide for adding new modules.
  • Implement more modules.
  • Cache the (most) scraped accounts in a database and set up a crontab for updating it on a regular basis.
  • Before deploying at scale, add some form of authentication/captcha for scraping tasks to avoid denial-of-service attacks.

Limitations

The followings retrieval functionality of the Twitter module is rather limited in speed.

This is due to the fact that it performs a live scraping of the followers list on the Twitter website, which loads batches of ~16 followers, ~300ms each.

This can become especially noticeable when scraping the followings of large accounts (over 1000 followings), and could benefit from a layer of caching (see Next steps).

Design motivations

The tool has been written in the form of a browser application because this allows it to remain simple in usage while being able to perform complex scraping tasks on the back-end.

Besides, this allows it to be hosted like any other website and used by investigators all around the world without the need to write a single line of code, SQL query or terminal command.

belligcat-hackathon's People

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.