Skip to content

Tags: justinwritescode/pystark

Tags

1.2.4

Toggle 1.2.4's commit message
Create requirements.txt

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pyproject.toml

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pyproject.toml

v1.2.1

Toggle v1.2.1's commit message

v1.1.0

Toggle v1.1.0's commit message

v1.0.2

Toggle v1.0.2's commit message

v1.0.0

Toggle v1.0.0's commit message
PyStark v1.0.0

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0

Took 48 minutes

v0.3.0

Toggle v0.3.0's commit message
v0.3.0

- Load plugins from multiple directories. Instead of passing a ‘str’ to ‘activate()’ function, pass a list.
- Allow passing other keyword arguments while creating bot client.
- Override the in-built/default plugins automatically as they are loaded later now.

- Added optional argument [‘-v’, ‘–version’] to see currently installed version.
- Removed optional argument [‘-h’, ‘–help’] as passing no argument does the same thing.
- Made unnecessary arguments private.
- Other Improvements and BugFixes.

Took 52 seconds

v0.2.5

Toggle v0.2.5's commit message
v0.2.5

- Added in-built functions to query postgres tables.
- Added ChangeLog to docs.
- Improve documentation using sphinx-toolbox.