yarb icon indicating copy to clipboard operation
yarb copied to clipboard

方便获取每日安全资讯的爬虫和推送程序

Results 7 yarb issues
Sort by recently updated
recently updated
newest added

前段时间都是正常的,然后现在运行报错: ![1659328798281](https://user-images.githubusercontent.com/32920883/182073597-d1ba2ecd-3cda-41b7-8888-ad532a40e6fb.png)

目前这种小应该,用docker部署很方便,通用性也强,不知以后是否会支持docker部署

钉钉推送功能是不是还没完成?我看功能好像还不全,部署之后也无法推送成功

``` ❯ python3.9 yarb.py --cron 13:59 /usr/local/python3.9/lib/python3.9/site-packages/schedule/__init__.py:100: RuntimeWarning: coroutine 'job' was never awaited self._run_job(job) RuntimeWarning: Enable tracemalloc to get the object allocation traceback ``` bot 就用了企业微信机器人,改了 key,请问是哪里出问题

![image](https://github.com/VulnTotal-Team/yarb/assets/32920883/c196e897-c9af-4632-bd96-48729e82955e) 最近actions报错

配置好MAIL_KEY、MAIL_RECEIVER邮件机器人后,发送的邮件没有内容。 ![image](https://github.com/VulnTotal-Team/yarb/assets/75064966/3c8759b2-0443-486e-a9df-71ffacf62263)

yarb.py中,在parseThread中解析rss xml的内容时,有些updated_parsed字段会放在feed块中,而不在entries中,就会报错: ``` 'entries': [ ] ... 'feed': { 'title': 'Talkback Tech', 'title_detail': {'type': 'text/plain', 'language': None, 'base': '', 'value': 'Talkback Tech'}, 'links': [ {'rel': 'alternate', 'type': 'text/html', 'href': 'https://talkback.sh/tech/feed/'},...