KostCode-Organization / hackathon_bot

1 stars 7 forks source link

#10: Use aoigram html.unparse for escape html #30

Open iamnovichek opened 23 hours ago

iamnovichek commented 23 hours ago

Issue author - here 1) Read guideline here 2) Use html.unparse(code) in tracker/telegram/bot.py here 3) Provide some screenshots that your changes work as expected

emarc99 commented 23 hours ago

I've read all rules and I promisse that I won't use ChatGPT while applying to this issue

I will clone the repo import aoigram's html.unparse Edit def escape_html() in tracker/telegram/bot.py to return text using html.unparse() Test with sample text containing html symbols/tags

After test pass, use isort & black on bot.py

iamnovichek commented 22 hours ago

@emarc99 assigned

emarc99 commented 21 hours ago

Thank you.