Pascal Neuperger

Results 22 comments of Pascal Neuperger

This can be complicated depending on your keyword. As explained in #1163, the keyword search supports all of the advanced search options from Twitter. That said, an exact match is...

Mangareader is dead and can be removed. By the way, you can use the [connectivity action](https://github.com/RSS-Bridge/rss-bridge/blob/master/actions/ConnectivityAction.php) on a debug-enabled instance to detect bridges that point to dead sites or are...

Unfortunately there is no persistent state in RSS-Bridge with which you could determine if the state changed between calls. From the [JSON data](https://store.steampowered.com/wishlist/profiles/76561198260599288/wishlistdata?p=0) it looks as if each element under...

This is a possible use case for #1380.

The whitelist is meant to highlight some of the most frequently used bridges, so that novice users don't get overwhelmed when they enter the site for the first time (or...

Just as a heads-up, here is an old PR with a good reason why cloudflare-bypass was not implemented in rss-bridge https://github.com/RSS-Bridge/rss-bridge/pull/725 TLDR; > Should RSS-Bridge use any means possible to...

You can find an API based YouTubeBridge on the Wiki: https://github.com/RSS-Bridge/rss-bridge/wiki/Extended-Bridges The bridge probably isn't up to date, as I shifted back to the original bridge for simplicity, but it...

I made a PR to add support for Google Analytics to the main page and HTML format. Please have a look and let me know what you think.

You can find a reference implementation for Google Analytics in #1382. This can be made an abstract interface to support different analytics APIs and to avoid issues related to GDPR...

I don't see any credentials in these examples, so it might be possible without authentication: * https://github.com/postaddictme/instagram-php-scraper/blob/master/examples/getAccountById.php * https://github.com/postaddictme/instagram-php-scraper/blob/master/examples/getAccountByUsername.php That being said, changing user names should be very rare, so...