Go to file
CrimsonTome ff6d74d09d
chore: Add Dockerfile, requirements file
Docker building instructions
clearer quickstart info
2022-10-23 20:26:07 +01:00
scripts chore: add cohost.py boilerplate 2022-10-23 20:07:34 +01:00
.gitignore Initial commit 2022-10-23 19:45:41 +01:00
Dockerfile chore: Add Dockerfile, requirements file 2022-10-23 20:26:07 +01:00
LICENSE Initial commit 2022-10-23 19:45:41 +01:00
README.md chore: Add Dockerfile, requirements file 2022-10-23 20:26:07 +01:00
requirements.txt chore: Add Dockerfile, requirements file 2022-10-23 20:26:07 +01:00

README.md

blog-to-cohost

bot using cohost.py and feedparser to automate posting blog posts to cohost

System requirements

  • Linux (Windows may work but is not tested)
  • Python
  • Pip
  • Docker (optional)

Quicktstart

Building

Python

  • python3 scripts/main.py

Docker

  • docker build -t blog-to-cohost .

Contributing

License, Credits and Disclaimers

blog-to-cohost is licensed under the MIT License. The full license text is included in the LICENSE file in this repository. Tldr legal have a great summary of the license if you're interested.

This repo is built off cohost.py, a library for cohost.org

No part of this code is approved by cohost, this uses an unofficial API.