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
- Host: GitHub
- URL: https://github.com/markis/hubs-bot
- Owner: markis
- Created: 2021-12-20T21:09:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T16:39:42.000Z (over 2 years ago)
- Last Synced: 2024-04-14T14:14:18.812Z (about 2 years ago)
- Topics: bot
- Language: Python
- Homepage: https://www.reddit.com/user/hubs-bot
- Size: 252 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```