likho pushed to master at likho/econ-demo 2025-09-28 17:27:45 +00:00
c646b1d80b Simplified key to access dataframe.
likho pushed to rss_1 at likho/microblog.py 2025-09-08 03:02:13 +00:00
2771ec3ef8 Added option whether to display images with <img> or <a>.
6de5347d71 Link to images in RSS output
Compare 2 commits »
likho pushed to rss_1 at likho/microblog.py 2025-09-08 02:14:34 +00:00
cda9da4b0c Added option whether to display images with <img> or <a>.
likho commented on issue likho/microblog.py#1 2025-09-06 20:26:46 +00:00
Link to images in RSS output

Done by pull request #4

likho closed issue likho/microblog.py#1 2025-09-06 20:26:46 +00:00
Link to images in RSS output
likho pushed to rss_1 at likho/microblog.py 2025-09-06 20:24:29 +00:00
4f9dcb5c80 Merge pull request 'Link to images in RSS output' (#4) from eloitor/microblog.py:rss_1 into rss_1
7ab7b06bb2 Link to images in RSS output
Compare 2 commits »
likho merged pull request likho/microblog.py#4 2025-09-06 20:24:27 +00:00
Link to images in RSS output
likho commented on pull request likho/microblog.py#4 2025-09-06 16:55:17 +00:00
Link to images in RSS output

It looks good to go. I'll be sending your payment plus the bonus to your public address (8M5cnyAzRyxZYghZayTcedek2Lgk3HqAZPvtzXMWm6va:4LA) at 7 pm UTC.

I typically would give any time…

likho commented on pull request likho/microblog.py#4 2025-09-06 06:20:42 +00:00
Link to images in RSS output

Could you scrap the is_atom logic in enrich_msg()? Just let enrich_mesg operate independently of the export feed format.

likho commented on pull request likho/microblog.py#4 2025-09-06 06:13:33 +00:00
Link to images in RSS output

Hey, I can see the image render as links on certain posts.

RE: enrich_msg() You added another block with its own "for each word" loop and return. Could you work with the pre-existing…

likho commented on pull request likho/microblog.py#4 2025-09-06 05:31:13 +00:00
Link to images in RSS output

This is skipping markup by the HTML parser in the following block.

likho commented on issue likho/microblog.py#1 2025-09-05 08:17:53 +00:00
Link to images in RSS output

The files are named the same between RSS and Atom e.g feeds/tagname.xml.

Also generating two files for each tag is excessive.

likho pushed to rss_1 at likho/microblog.py 2025-09-05 03:57:16 +00:00
5044b2b0e9 Merge pull request 'minor cleaning in rss_1' (#3) from eloitor/microblog.py:rss_1 into rss_1
7ec2d58f45 cleaning
Compare 2 commits »
likho merged pull request likho/microblog.py#3 2025-09-05 03:57:14 +00:00
minor cleaning in rss_1
likho commented on pull request likho/microblog.py#3 2025-09-04 15:44:33 +00:00
minor cleaning in rss_1

I'll test when I get back. Could you squash your commits when you're done cleaning and making adjustments?

e.g

git rebase -i HEAD~n

(n = the number of your commits)

likho commented on issue likho/microblog.py#1 2025-09-04 03:48:14 +00:00
Link to images in RSS output

Hi, @eloitor

The setting that would get you a domain name is rss.url. A subset of the config file is passed to the RSS function.

https://git.32bit.cafe/likho/microblog.py/src/branch/rss_1/…

likho created branch master in likho/econ-demo 2025-08-24 06:08:56 +00:00
likho pushed to master at likho/econ-demo 2025-08-24 06:08:56 +00:00
8763f28547 Renamed function 'simple_interest' to 'compounding_interest'
b9a0ab4df6 added chart of inflation: debt vs ubi
3c425f7465 added chart of change of wealth distribution over time
2355d79e60 (initial) prints html tables of balances over time
likho created repository likho/econ-demo 2025-08-24 06:08:30 +00:00
likho opened issue likho/microblog.py#2 2025-07-14 08:46:53 +00:00
Stop uploading when API upload fails