tebukurokun / truth-news-bot

truth news bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

truth news bot

setup

installation

  poetry install

set environment variables

TEST_TRUTHSOCIAL_USERNAME=foo
TEST_TRUTHSOCIAL_PASSWORD=bar
NHK_TRUTHSOCIAL_USERNAME=foo
NHK_TRUTHSOCIAL_PASSWORD=bar
ASAHI_SANKEI_TRUTHSOCIAL_USERNAME=foo
ASAHI_SANKEI_TRUTHSOCIAL_PASSWORD=bar

usage

docker compose up -d --build
docker exec truth-bot python -u initialize.py
docker exec truth-bot python -u nhk_news_bot.py
docker exec truth-bot python -u asahi_sankei_news_bot.py
docker exec truth-bot python -u bbc_news.py
docker exec truth-bot python -u cnn_news_bot.py

References

About

truth news bot

License:MIT License


Languages

Language:Python 98.7%Language:Dockerfile 1.3%