This commit is contained in:
@@ -7,9 +7,10 @@ Author-email: retoor@retoor.io
|
||||
License: MIT
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: aiohttp>=3.10.10
|
||||
Requires-Dist: dataset>=1.6.2
|
||||
Requires-Dist: matplotlib>=3.9.2
|
||||
Requires-Dist: aiohttp==3.10.10
|
||||
Requires-Dist: dataset==1.6.2
|
||||
Requires-Dist: matplotlib==3.9.2
|
||||
Requires-Dist: requests==2.32.3
|
||||
|
||||
# dRStats
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
aiohttp>=3.10.10
|
||||
dataset>=1.6.2
|
||||
matplotlib>=3.9.2
|
||||
aiohttp==3.10.10
|
||||
dataset==1.6.2
|
||||
matplotlib==3.9.2
|
||||
requests==2.32.3
|
||||
|
||||
@@ -31,6 +31,7 @@ def dump():
|
||||
f"All rants written by user(ranter) `{user}` on devRant(developer community)```.",
|
||||
)
|
||||
print(text, "```")
|
||||
printr(text)
|
||||
text = (
|
||||
db.get_all_posts_of_user(user).replace("\n", " ").replace(" ", " ").strip()
|
||||
)
|
||||
@@ -41,6 +42,7 @@ def dump():
|
||||
f"All posts written by user(ranter) `{user}` on devRant(developer community): ```.",
|
||||
)
|
||||
print(text, "```")
|
||||
printr(text)
|
||||
all_content += total_text
|
||||
|
||||
for user in db.get_users():
|
||||
|
||||
Reference in New Issue
Block a user