Skip to content

Import Scripts for slack-message dump and API for community graph

License

Notifications You must be signed in to change notification settings

community-graph/slack-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Slack Import for Community Graph (and other uses)

Currently uses a neo4j-shell script based on the Data Dump (Export) and Python for API import.

Run the script and notebook server with these environment variables:

nb.sh
cat ../nb.sh
export NEO4J_URL=bolt://localhost
export NEO4J_USER=neo4j
export NEO4J_PASSWORD=****
export SLACK_API_TOKEN=xoxp-**********-********-******-*****
export SLACK_SUBDOMAIN=neo4j-users

ipython notebook

Approach

Data Model

Uses the Slack part of this data model:

community graph

Queries

TODO

About

Import Scripts for slack-message dump and API for community graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published