Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
/ Parser Public archive

Continuing project to develop a parser to improve Karmabot(see Chromakode)

Notifications You must be signed in to change notification settings

miller-time/Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

karmaparse.py

This is a testing environment to see how I can interact with karmabot
using PLY. It gives you an irc-like prompt where you can talk to karmabot and it
responds as expected.

*******
To use
*******

[requires python, ply]

I recommend checking out virtualenv. By installing that, you can run the
command:

    virtualenv ENV

followed by:

    source ENV/bin/activate

and you've got your own environment you can run setup.py in. That being said,
the next step is to run:

    python setup.py develop

which should install any dependencies you need. Now you're ready!
Change to the parser directory:

    cd karmaparse

And launch the test prompt:

    python gram.py

To see available commands type this at the prompt:

    karmabot: help

About

Continuing project to develop a parser to improve Karmabot(see Chromakode)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages