Skip to content

Commit

Permalink
Moved to GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
solus-impar committed Jun 22, 2016
1 parent 1060e93 commit 98448e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
@@ -1,4 +1,4 @@
# Contributors to `tb2k`

- [Michael Canoy](https://gitlab.cs.wwu.edu/canoym)
- [Mike Canoy](http:/mikecanoy.me)
- [Reilly Tucker Siemens](https://tuckersiemens.com)
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -5,7 +5,7 @@ A python3 slack topic bot.
## Installation

```
pip install git+https://gitlab.cs.wwu.edu/canoym/tb2k.git@master
pip install git+https://github.com/solus-impar/tb2k.git@master
```

If you are not in a [virtualenv] you may need to use `pip` with `sudo`.
Expand All @@ -26,11 +26,12 @@ crontab -e
Every day at 06:00, `tb2k` will update the channel's topic
to one of thse pages.
* Monday, Tuesday, & Wednesday: Random man-page
* Thursday & Friday: Random Wikipedia page
* Thursday & Friday: Random programming language
* Saturday & Sunday: Top HN story

Slack API: [api.slack.com](https://api.slack.com/)

You should also check out [wb2k](http://www.github.com/reillysiemens/wb2k/).
You should also check out [wb2k].

[wb2k]: https://www.github.com/reillysiemens/wb2k/
[virtualenv]: https://virtualenv.pypa.io/en/stable/
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,9 +12,9 @@
name='tb2k',
version='0.2.0',
description='A python3 slack topic bot.',
author='Michael Canoy',
author='Mike Canoy',
author_email='canoym@students.wwu.edu',
url='https://gitlab.cs.wwu.edu/canoym/tb2k',
url='https://github.com/solus-impar/tb2k',
install_requires=requirements,
license='MIT',
keywords='topic bot Slack',
Expand Down
1 change: 0 additions & 1 deletion tb2k.py
@@ -1,6 +1,5 @@
###
# tb2k: Slack Topic Bot
# Original Author: Mike Canoy (canoym@students.wwu.edu)
###

import os
Expand Down

0 comments on commit 98448e3

Please sign in to comment.