文件名称:RemindMeBot:uRemindMeBot在reddit上
文件大小:50KB
文件格式:ZIP
更新时间:2024-06-05 05:28:11
Python
这是reddit上u / RemindMeBot的存储库。 这是一个提醒机器人,您可以触发评论或消息,并在指定的时间段后向您发送提醒消息。 您可以在找到有关如何使用该机器人的说明。 我在2019年初从u / RemindMeBotWrangler接管了u / RemindMeBot的运行,并完全重写了代码。 我使用和来解析日期字符串,尽管我使用的了一些小的修改。 我使用通过源码用于存储数据的支持。 我使用自定义的python日志记录库将错误消息记录到discord通道中。 最后,我通过另一个自定义库使用praw,该库允许我设置模拟reddit实例以进行单元测试。
【文件预览】:
RemindMeBot-master
----.github()
--------workflows()
----src()
--------notifications.py(2KB)
--------comments.py(8KB)
--------static.py(1KB)
--------database()
--------classes()
--------utils.py(9KB)
--------main.py(4KB)
--------__init__.py(0B)
--------counters.py(984B)
--------messages.py(12KB)
----scripts()
--------compare.py(3KB)
--------explain_parse.py(3KB)
--------find_cakedays.py(1KB)
--------migration_2.py(1KB)
--------pushshift.py(2KB)
--------migration_1.py(2KB)
--------migration_4.py(2KB)
--------find_remind_me.py(4KB)
----Pipfile.lock(17KB)
----pytest.ini(56B)
----test()
--------dateparsing_test.py(8KB)
--------comment_test.py(13KB)
--------conftest.py(414B)
--------reminder_test.py(6KB)
--------message_test.py(16KB)
----README.md(1KB)
----Pipfile(475B)
----todo.txt(2KB)
----timezones.txt(7KB)
----.gitignore(182B)