Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Integrating Readeck as a Sharing Method#7092

Open
Abdallah-Abdaljalil wants to merge 10 commits intoFreshRSS:edgefrom
kwarraich:6998-readeck-integration
Open

Integrating Readeck as a Sharing Method#7092
Abdallah-Abdaljalil wants to merge 10 commits intoFreshRSS:edgefrom
kwarraich:6998-readeck-integration

Conversation

@Abdallah-Abdaljalil
Copy link

@Abdallah-Abdaljalil Abdallah-Abdaljalil commented Dec 12, 2024

Related to #6998

Changes proposed in this pull request:

  • Added Readeck as a sharing method in shares.php
  • Added Readeck to every language folder under app/i18n to make it appear in the interface for any language
  • Added Readeck to the documentation of available sharing methods in 08_sharing_services.md

How to test the feature manually:

  1. Add Readeck as a sharing method in your FreshRSS
  2. Try to share anything using Readeck
  3. It should appear in your Readeck locally

Pull request checklist:

  • clear commit messages
  • code manually tested
  • unit tests written (optional if too hard)
  • documentation updated

Additional information can be found in the documentation.

@Abdallah-Abdaljalil Abdallah-Abdaljalil changed the title 6998 readeck integration Integrating Readeck as a Sharing Method Dec 12, 2024
@math-GH
Copy link
Contributor

math-GH commented Dec 13, 2024

It does not work for me.

somehow the API token is needed to input

'pocket' => 'Pocket', // IGNORE
'print' => 'Imprimer',
'raindrop' => 'Raindrop.io', // IGNORE
'readeck' => 'Readeck',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'readeck' => 'Readeck',
'readeck' => 'Readeck', // IGNORE

And likewise for the other languages, except en

Comment on lines +186 to +191
'readeck' => [
'url' => '~URL~/api/bookmarks?url=~LINK~',
'transform' => [],
'form' => 'advanced',
'method' => 'POST',
],
Copy link
Contributor

@math-GH math-GH Dec 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please support here the help too with a link to the website.

'method' => 'POST', why is POST used and not GET?

@math-GH
Copy link
Contributor

math-GH commented Jan 25, 2025

Ping @Abdallah-Abdaljalil
Any updates here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants