Skip to main content

Modular, dynamic IRC bot

Project description

Modular, dynamic Python IRC bot

Installing

Simply clone the repository and run ./setup.py install. You may need to mark it as executable first, and may need to run it as root or with sudo.

You can also install using pip3 install seshet.

Running

After isntalling, you can test that the installed version works by running seshet-test.py or by opening a Python 3 interpreter and running:

>>> import seshet.config
>>> bot = seshet.config.build_bot()
>>> bot.connect()
>>> bot.start()

This will start a bot using the default configuration. You can terminate the bot at any time by terminating the Python interpreter.

Note: seshet-test.py does not use a database, but creates a log file ./seshet.log. Importing seshet and building a bot using the default configuration as described above does use a database and creates a ./seshet.db file and some ./*.table files.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seshet-0.1.0-3.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

seshet-0.1.0_3-py3.4.egg (19.9 kB view details)

Uploaded Source

File details

Details for the file seshet-0.1.0-3.tar.gz.

File metadata

  • Download URL: seshet-0.1.0-3.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for seshet-0.1.0-3.tar.gz
Algorithm Hash digest
SHA256 0822fbdc5332f81c07adb2d79785de8d8f661d72a7c4f9ceda1e5c3472f07084
MD5 33578cb960e0baee515bc89419db655f
BLAKE2b-256 0623c49499a161de26c8e4319b849f761b8f3baa102781b0f15ed6c357520ae6

See more details on using hashes here.

File details

Details for the file seshet-0.1.0_3-py3.4.egg.

File metadata

  • Download URL: seshet-0.1.0_3-py3.4.egg
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for seshet-0.1.0_3-py3.4.egg
Algorithm Hash digest
SHA256 780e5b47d48259168cd9d60f1a2cf8d63b99ec7135dbc34e0876359b3e2eb51d
MD5 ac967b9174765d0e91286dca38052efb
BLAKE2b-256 e0dcb6c3e8866c51df99931b0b2a1ff589b6ffea4d4eae01412bf67c28c12fc3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page