Commit Graph

  • c6ef55cb0c Add a separator before the 'Posted from' message if showClient is set to true. master Storm Dragon 2024-05-12 20:57:57 -0400
  • 05f236df25 A few more changes, added the ability to show the client in posts. Storm Dragon 2024-05-12 17:55:17 -0400
  • a6849cceea Added the ability to give a post a title. Storm Dragon 2024-05-12 17:37:05 -0400
  • 5eff83b3ca Updates to the music function so that it now uses the post_status function to do the actual work of posting. Fixed problems of visibility not respecting the setting. Storm Dragon 2024-05-12 17:33:49 -0400
  • 220d5c3d30 Music post sound now works. Storm Dragon 2024-05-11 20:52:52 -0400
  • 2e8bb5961a Lots of updates, removed the timeline display code because it's buggy and the web client does it better anyway. Repurposed this program to do posting from the cli, so for music, or from other programs, or quick posts without having the leave the cli. Storm Dragon 2024-05-11 18:16:00 -0400
  • cc1dab3fdb Experimental new code using getopt, it seems to work better, but who knows lol. stormdragon2976 2023-02-04 00:05:31 -0500
  • da6a960bcd I think I fixed the weird posting bug. Posts from within the main loop should work as expected now. stormdragon2976 2023-02-02 20:43:30 -0500
  • cabe5058ff Updated displayed text for timelines. Trying to get only new stuff to show up when it's refreshed, but that's not quite working yet. stormdragon2976 2023-02-02 03:19:46 -0500
  • d7aa704cf1 Not much luck improving the jq stuff yet, but I did fix ' showing up as '. stormdragon2976 2023-02-01 22:51:26 -0500
  • 36513b8db6 I think there's now decent error detection for posting music. stormdragon2976 2023-02-01 17:55:28 -0500
  • 870cf0e4fd Added player name into music post. stormdragon2976 2023-02-01 13:20:21 -0500
  • fb97aab81f Improved handling for posts, now they can be piped through ratatoskr.sh -p. Also, with no pipe and no arguments, type your message and hit control+d when done to post. stormdragon2976 2023-02-01 02:02:18 -0500
  • a6da379c5f A bit of code reorganization. Added /refresh command. Actually displaying stuff and grabbing the latest only still needs some work. stormdragon2976 2023-01-31 18:18:39 -0500
  • f790267a44 Fixed a couple bugs, more to go. stormdragon2976 2023-01-31 01:27:31 -0500
  • 051d6e51e8 Gimeline actually shows up now. stormdragon2976 2023-01-31 00:34:45 -0500
  • 0ce5af2bc4 Fix up the background process handler. stormdragon2976 2023-01-30 20:34:00 -0500
  • ae0cc60a79 Beginnings of the command parser added. stormdragon2976 2023-01-30 19:36:42 -0500
  • ebad002e73 Got a start on the main loop, but jq is being vicious currently, so going to come back to it later. stormdragon2976 2023-01-30 18:57:42 -0500
  • 6377a626b6 A tiny bit of code reorganization. stormdragon2976 2023-01-30 12:54:28 -0500
  • 7857d66376 Try to use provided link for music, use youtube if it is a file:// link. stormdragon2976 2023-01-30 11:45:29 -0500
  • ff82089979 rudimentary sound support in place. stormdragon2976 2023-01-30 02:05:54 -0500
  • 7b12f2797a Improved the post, -p, function. stormdragon2976 2023-01-30 01:35:05 -0500
  • 13aeccd78f I think we have our first fully complete flag, -M should now post music and let you know if it was successful or if there were errors. stormdragon2976 2023-01-30 00:23:54 -0500
  • 661f00217c Music posting with -M is now working. I still need to deal with the resulting json, so be prepared for spam. stormdragon2976 2023-01-29 23:59:59 -0500
  • 9578307c7a It's alive! Well, sort of, added a -p flag to post, be warned, thar be spam in them thar outputs. stormdragon2976 2023-01-29 19:45:43 -0500
  • 82ee21407d Access token now generating and storing in file Michael Taboada 2023-01-29 15:53:17 -0800
  • 77e81a839f Latest changes, oauth token nearly working. stormdragon2976 2023-01-29 18:48:29 -0500
  • 73c3ae9cc6 Reorganized the code that puts the url into the clipboard if possible. stormdragon2976 2023-01-29 16:35:08 -0500
  • d419435462 Found the documentation to get the token without having a redirect rui that is a website. stormdragon2976 2023-01-29 15:42:54 -0500
  • a55ce4db79 Nearly have music posting working. Currently if you use it there is a lot of output because curl is in verbose mode. It is giving an Invalid credentials error. stormdragon2976 2023-01-29 14:32:13 -0500
  • 5a4abe1643 Command line argument parsing set up. Help system added. Place holder for post_music function. stormdragon2976 2023-01-29 04:23:46 -0500
  • 5cea37fe56 Move the redirect uri to a variable. stormdragon2976 2023-01-29 03:50:23 -0500
  • a8f0d6eee3 Access token now works. Added html file that is deployed on the server for showing the code. Michael Taboada 2023-01-29 00:42:10 -0800
  • a6c8fd9277 If xclip is installed, tries to place the url into your clipboard. stormdragon2976 2023-01-28 18:12:39 -0500
  • a7ac37b77c More friendly url entry. Will now add https:// if not provided. stormdragon2976 2023-01-28 18:05:06 -0500
  • c03ae7f739 Added quotes around the entries in the configuration file. stormdragon2976 2023-01-28 15:43:21 -0500
  • 96107693f7 Generates the url, but for some reason it's only showing "read" premission. stormdragon2976 2023-01-28 15:41:06 -0500
  • ffd63c98f6 I was doing the client_id bit completely wrong. This should be much better. stormdragon2976 2023-01-28 14:57:45 -0500
  • 886bb8eb07 Good start on getting oauth token. It currently does not display the application name when requesting access though. stormdragon2976 2023-01-28 13:19:59 -0500
  • 254606ccff Added a license. stormdragon2976 2023-01-28 10:51:29 -0500
  • 6c8631ead8 Initial commit storm 2023-01-28 10:42:36 -0500