31 Commits

Author SHA1 Message Date
8febeae74b use external api host 2024-06-11 20:48:06 +01:00
3c1aebc8c7 send content to channels 2024-06-10 22:46:53 +01:00
4f4d827d3c compatability with api 2024-06-07 17:36:54 +01:00
307d341ec2 fix add & list commands for api changes 2024-03-13 17:24:43 +00:00
9a2da70e38 added delete api call for unlink cmd 2024-02-21 23:45:57 +00:00
de1f16549c code simplification
moved format code into properties on the dataclasses.

Added pagesize as a requirement to the formatdata func.
2024-02-19 09:06:21 +00:00
9399919b08 Removed unused and commented code 2024-02-18 21:43:28 +00:00
f167092510 Fixed an exc where the bot didnt have channel perms 2024-02-18 21:40:56 +00:00
1cb599af80 Tidy human readable exception embeds 2024-02-16 00:18:43 +00:00
1e35751860 Improve the output message for linking subs 2024-02-13 11:22:48 +00:00
42fab012bc subscription links 2024-02-13 00:08:06 +00:00
08ba995520 Working on new db model integration 2024-02-11 23:52:32 +00:00
ff617b2006 changed api link to use api host env var 2024-02-07 21:24:28 +00:00
83a889cf61 Merge branch 'main' of https://gitea.corbz.dev/corbz/NewsBot 2024-02-07 09:25:32 +00:00
df15ad07a5 Reusable aiohttp session 2024-02-07 09:21:13 +00:00
343767c755 pagination emoji integration 1/? 2024-02-07 01:02:42 +00:00
a5eb297f1b fixed runtime error regarding unpacking dataset 2024-01-31 11:50:17 +00:00
8c35f42a0e Improved pagination view
Removed double API call
added pagesize to API call
added calc_dataitem_index method for properly calculating the index of each data item, given the current page.
2024-01-30 19:29:42 +00:00
32df589ed2 API Integration 2024-01-30 13:53:04 +00:00
e8d13ae26b Created Followup and move functions to feeds.py 2023-12-24 23:01:48 +00:00
94b7972a38 incomplete commit, used to work on other machine 2023-12-24 16:40:04 +00:00
e95edf08df command perms 2023-12-21 18:27:30 +00:00
5b8be819e3 Linked feed channels to sent articles 2023-12-21 11:00:02 +00:00
45e5c6a04f admin commands 2023-12-21 00:28:51 +00:00
0e5af1d752 working on tasks 2023-12-20 21:51:57 +00:00
8a1f623c6f help commands, and tasks function 2023-12-20 08:22:37 +00:00
df60652da6 moved channels.py into rss.py 2023-12-19 19:11:44 +00:00
1279bec6aa Working on channel commands 2023-12-19 11:44:32 +00:00
c36133f0d4 rss embeds moved to article dataclass 2023-12-19 00:36:22 +00:00
da3dcbc369 Working on channel commands 2023-12-18 12:27:34 +00:00
428f459e98 cmd.py to rss.py + utils 2023-12-18 01:06:45 +00:00