newsie:每日收集的文章直接发送给您的Slack

时间:2024-05-20 19:56:52
【文件属性】:

文件名称:newsie:每日收集的文章直接发送给您的Slack

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-20 19:56:52

Python

新闻工作者 每天直接收集有关Slack的文章(教学视频)。 初始设置 这使用pipenv来管理虚拟环境和所有依赖项。 如果您没有pipenv,请在安装它: git clone https://github.com/automagictv/newsie.git cd newsie pipenv install --ignore-pipfile 跑步: 您首先需要设置一些环境变量。 所需的内容如下: export NEWS_API_KEY="YourKeyHere" export SLACK_BOT_TOKEN="YourTokenHere" 然后运行: pipenv run python newsie/runner.py 请注意,您可能必须调整python路径才能运行以上命令。 如果是这样,您可以使用以下命令运行它: cd newsie PYTHONPATH=$PYTHONPATH


【文件预览】:
newsie-main
----.gitignore(2KB)
----Pipfile.lock(7KB)
----README.md(3KB)
----tests()
--------__init__.py(0B)
--------test_query_helper.py(2KB)
--------test_slack.py(10KB)
--------test_newsapi_helper.py(1KB)
----Pipfile(260B)
----ARCHITECTURE.md(2KB)
----newsie()
--------slack.py(10KB)
--------__init__.py(0B)
--------config.py(966B)
--------newsapi_helper.py(938B)
--------runner.py(813B)
--------query_helper.py(2KB)

网友评论