Coder Social home page Coder Social logo

dappi's Introduction

Inactive

Discord Chat Exporter added the ability to natively export to CSV. This tooling is thankfully no longer necessary :-)

Dappi

PyPI version Project Status: Inactive โ€“ The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

Scrape messages from discord server dumps and parse them into a csv file. More features to come later though

Usage

  1. Get an html dump from the server you are trying to parse messages from using...

  2. Install dappi

    • pip3 install dappi

Use As CLI

  1. Run the CLI with command line args
    • dappi -i {path_to_discord_html_export} -o {path_to_csv_output_directory/file_name.csv} -s {boolean | "Sets a flag to show messages in the terminal while they are being parsed"}
    • Note: file_name.csv, doesn't need to exist, but the "path_to_csv_output_directory" does!

Use As Library

  1. Use dappi as a library
from dappi import parser
                                
dappi_parser = parser.Parser(
        'frostbite.html',    # Html input
        'data/messages.csv', # Output Directory
        True                 # Show messages while writing
    )
dappi_parser.parse_all_messages_into_single_file()
exit

TODO

  • Automated tests
  • Generate statistics and graphs of user activity from parsed messages?
    • Frequency of user messages?
    • Sentiment analysis of user messages?
    • Other interesting metrics?
  • Expose more functionality, I.E Write better docs

dappi's People

Contributors

andrew-pynch avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.