Compare commits

..

No commits in common. "99572fd97a5719a9a6a58c5da215502801e81a37" and "00c6b3634432ff0ae9acf47b6d7ca487852f54f3" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View file

@ -1,5 +1,4 @@
TEMPLATES = {
'roles.json' : '{"secret_roles": {}}',
'messages.json' : '{}',
'news.json' : '{}',
}

View file

@ -1,4 +1,3 @@
import feedparser
from typing import List, Tuple, Optional
from datetime import datetime
import requests
@ -34,6 +33,3 @@ def active_deadlines() -> List[Tuple[str, datetime]]:
break
return deadlines
async def ksp_feed() -> feedparser.util.FeedParserDict:
return feedparser.parse(f"{KSP_URL}/ksp.feed")

View file

@ -1,5 +1,2 @@
py-cord
requests
feedparser
markdownify
beautifulsoup4
requests