Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.
/ discord-analysis Public archive

a web app to search discord chatrooms

License

Notifications You must be signed in to change notification settings

micahflee/discord-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord JSON Search

A tool to search Discord JSON files for keywords, and showing you specific messages that include those keywords, as well as the channels they're in.

Note: This tool was developed in 2017 for a specific journalism project that's featured in Chapter 14 of Hacks, Leaks, and Revelations. It's no longer under development.

Getting started

Install dependencies:

$ python3 -m venv venv
$ . venv/bin/activate
(env) $ pip3 install -r requirements.txt

Initialize the database:

(venv) $ ./admin.py create-db
(venv) $ ./admin.py import-json [filename.json] # do this for each JSON file

To start the app:

(venv) $ ./app.py

Simple command line tool

You can also use discord-json-search to search an individual JSON file for keywords.

About

a web app to search discord chatrooms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published