A Collection Of Bash Memery
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FrailLeaf 1eb6ae5ce5 fix: So, I fucked up the last time when I thought I totally fixed this.
the TEMP_FILE, keeping track of intermedia changes wasn't necessarily keeping track of all the data I wanted it to, it could behave randomly and it will give you redundant data, and you lose novel data. so no I introduced a new TEMP_FILE_1 (TEMP_FILE new name) and a TEMP_FILE_2 .

TEMP_FILE_1 will as usual, like before, contain all the yet-to-be-converted-into-a-single-array data and TEMP_FILE_2 will be a used to keep track of LAST_POST_ID in the current request scope.
1 year ago
.gitignore fix: donwload posts in plain text. 1 year ago
LICENSE First Commit. 2 years ago
README.md fix: update readme. 1 year ago
bedia Update dependencies and add a tutorial section 2 years ago
fedi-post-archiver fix: So, I fucked up the last time when I thought I totally fixed this. 1 year ago

README.md

memescripts - A Collection Of Bash Memery

bedia

This pretty little thing is to upload media from cli. It is made for IRC and points to https://f.ruina.exposed

fedi-post-archiver

Download your fedi posts as json!!!!

help is included in the file

Dependencies:

  1. jq