We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a282ba commit 372ffadCopy full SHA for 372ffad
1 file changed
roast/reporter.py
@@ -97,6 +97,11 @@ def render_terminal_report(
97
98
console.print(f"\n[bold cyan]HTML report saved to: {Path(output_path)}[/]")
99
100
+ overall_score = report.scores.get("Overall", 0)
101
+ tweet_text = f"My+codebase+scored+{overall_score}/100+🔥+roast-my-code+github.com/Rohan5commit/roast-my-code"
102
+ tweet_url = f"https://twitter.com/intent/tweet?text={tweet_text}"
103
+ console.print(f"\n[bold magenta]Post your score → [link={tweet_url}]{tweet_url}[/link][/]")
104
+
105
106
def _badge_color(score: int) -> str:
107
if score >= 75:
0 commit comments