An open API service indexing awesome lists of open source software.

https://github.com/markis/hubs-bot

Code behind u/hubs-bot, news aggregator for r/HudsonOH
https://github.com/markis/hubs-bot

bot

Last synced: 8 months ago
JSON representation

Code behind u/hubs-bot, news aggregator for r/HudsonOH

Awesome Lists containing this project

README

          

# Hubs-bot - Hub Times Bot for r/HudsonOH

This bot will periodically check the front page of the hub times and grab any story explicitly declared as being part of the Hub Times, then post it to r/HudsonOH.

### Development

`make` will setup the environment and create a python virtual environment.

```console
$ make
```

`make test` will run the test suite

```console
$ make test
```

Running the project locally requires setting some environment variables. A sample `.envrc` file is provided in the project. Copy `.envrc.sample` to `.envrc` and update the environment variables.

```console
$ cp .envrc.sample .envrc
```