Skip to content

Pony based ORM for Slack message, user and channel data plus a non-admin export all script

License

Notifications You must be signed in to change notification settings

lbn/slack-pyorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-pyorm

Pony based ORM for Slack message, user and channel data plus a non-admin export all script

Usage

If you intend on using this as a library you should bind the database and generate mappings after importing models.

from slackorm.models import *

db.bind("sqlite", "slack.sqlite3", create_db=True)
db.generate_mapping(create_tables=True)

You should download and use the importer script to import the Slack data into your database.

About

Pony based ORM for Slack message, user and channel data plus a non-admin export all script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages