Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/samuelclay/NewsBlur
/ functions
Functions
5,735 in github.com/samuelclay/NewsBlur
⨍
Functions
5,735
◇
Types & classes
765
↳
Endpoints
185
Function
on_error
()
media/js/newsblur/reader/reader_classifier.js:5378
Function
on_mousemove
(move_e)
media/js/newsblur/views/media_player_view.js:1203
Function
on_mousemove
(move_e)
media/js/newsblur/views/briefing_preferences_popover.js:591
Function
on_mouseup
()
media/js/newsblur/views/media_player_view.js:1225
Function
on_mouseup
()
media/js/newsblur/views/briefing_preferences_popover.js:613
Function
on_system_change
()
media/js/newsblur/common/theme_toggle.js:62
Function
openNewsBlur
(event)
media/safari/NewsBlur.safariextension/javascripts/main.js:178
Method
openWebSearch
(Context context, String query)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/UIUtils.java:693
Function
opml_export
(request)
apps/feed_import/views.py:86
Method
opml_export
Download a backup of feeds and folders as an OPML file. Contains folders and feeds in XML; useful for importing in another RSS reader
archive/api/newsblur.py:318
Function
opml_upload
(request)
apps/feed_import/views.py:31
Method
opml_upload
Upload an OPML file.
archive/api/newsblur.py:326
Function
ops
()
flask_metrics/flask_metrics_mongo.py:189
Method
original_feed_id
(self)
apps/rss_feeds/models.py:1105
Function
original_story
(request)
apps/rss_feeds/views.py:636
Method
original_text_str
Returns cached original/full text if available, otherwise falls back to story content. Unlike fetch_original_text(), this does NOT fe
apps/rss_feeds/models.py:3626
Method
paddingBottom
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/StoryHeaderPillAppearanceResolver.java:62
Method
paddingEnd
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/StoryHeaderPillAppearanceResolver.java:58
Method
paddingStart
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/StoryHeaderPillAppearanceResolver.java:50
Method
paddingTop
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/StoryHeaderPillAppearanceResolver.java:54
Function
page_faults
()
flask_metrics/flask_metrics_mongo.py:214
Function
page_queues
()
flask_metrics/flask_metrics_mongo.py:242
Function
parse_qs_bytes
Parses a query string like urlparse.parse_qs, but returns the values as byte strings. Keys still become type str (interpreted as lati
utils/tornado_escape.py:136
Function
payment_history
(request)
apps/profile/views.py:1421
Function
paypal_archive_return
(request)
apps/profile/views.py:761
Function
paypal_form
(request)
apps/profile/views.py:719
Function
paypal_ipn
(request)
apps/profile/views.py:396
Function
paypal_payment_history_sync
(sender, **kwargs)
apps/profile/models.py:4216
Function
paypal_payment_was_flagged
(sender, **kwargs)
apps/profile/models.py:4265
Function
paypal_pro_return
(request)
apps/profile/views.py:772
Function
paypal_return
(request)
apps/profile/views.py:750
Function
paypal_signup
(sender, **kwargs)
apps/profile/models.py:4148
Method
peekReadingLaunchParent
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/ItemsList.java:1073
Method
permalink
(self)
apps/rss_feeds/models.py:167
Method
plain_user_agent
NewsBlur Feed Fetcher UA without the fake browser suffix. Used as a fallback when the browser UA triggers bot challenges (e.g. Anubis).
apps/rss_feeds/models.py:1604
Function
podcast_search
Search for podcasts using iTunes Search API. Returns podcasts with their RSS feed URLs.
apps/discover/views.py:906
Function
popular_channels
Returns pre-seeded popular channels (YouTube, Newsletters, Podcasts) with stories. Used by Add Site view in list mode to show recent stories
apps/discover/views.py:1009
Function
popular_feeds
Returns curated popular feeds from the PopularFeed model. Supports filtering by type and category, with pagination. Used by Add Site moda
apps/discover/views.py:1115
Function
popularity_query
(request)
apps/analyzer/views.py:758
Method
post
(self, path, data=None)
newsblur_mcp/tests/test_tool_errors.py:33
Method
post
(self, path, data=None)
newsblur_mcp/tests/test_actions.py:26
Method
post
(self, path, data=None)
newsblur_mcp/tests/test_stories.py:12
Function
post_deploy
()
archive/fabfile.py:2013
Function
postgres_check
(request)
apps/static/views.py:236
Function
pre_callback
(data)
media/js/newsblur/common/assetmodel.js:423
Function
pre_deploy
()
archive/fabfile.py:2008
Method
premium_available_text_classifiers
(self)
apps/profile/models.py:205
Method
premium_feed_limit
Returns the Premium tier feed limit (for upgrade prompts).
apps/profile/models.py:297
Method
prepareItemListMenuModel
(Menu menu)
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/FolderItemsList.java:38
Method
prepareOrderedReadingSession
(@NonNull FeedSet fs, @NonNull List<String> storyHashes)
clients/android/NewsBlur/app/src/main/java/com/newsblur/database/BlurDatabaseHelper.java:576
Method
prepare_query_value
(self, op, value)
utils/mongoengine_fields.py:55
Function
press
(request)
apps/static/views.py:162
Function
pricing
(request)
apps/static/views.py:20
Function
pricing_archive
(request)
apps/static/views.py:122
Function
pricing_premium
(request)
apps/static/views.py:118
Function
pricing_pro
(request)
apps/static/views.py:126
Function
print_story
(request)
apps/reader/views.py:5409
Function
privacy
(request)
apps/static/views.py:166
Method
pro_feed_limit
Returns the Pro tier feed limit (for upgrade prompts).
apps/profile/models.py:307
Function
process_archive_batch
Process a batch of archives for a user. This task runs categorization and indexing for a batch of archives. Args: user_id: User
apps/archive_extension/tasks.py:409
Function
process_archive_query
Process an Archive Assistant query using Claude with tools. This task: 1. Loads conversation history 2. Calls Claude with the system
apps/archive_assistant/tasks.py:39
Method
process_celery
(self, profiler)
utils/mongo_raw_log_middleware.py:42
Method
process_celery
(self, profiler)
utils/mongo_command_monitor.py:89
Method
process_exception
(self, request, exception)
utils/exception_middleware.py:14
Method
process_exception
(self, request, exception)
apps/profile/middleware.py:89
Method
process_request_finished
(self)
apps/profile/middleware.py:108
Method
process_response
(self, request, response)
utils/prometheus_middleware.py:128
Method
process_view
(self, request, callback, callback_args, callback_kwargs)
utils/mongo_raw_log_middleware.py:25
Method
process_view
(self, request, callback, callback_args, callback_kwargs)
utils/redis_raw_log_middleware.py:20
Function
profile
(request)
apps/social/views.py:1323
Method
profile
(cls, user_id)
apps/social/models.py:2864
Function
profile_is_premium
(request)
apps/profile/views.py:807
Function
profile_is_premium_archive
(request)
apps/profile/views.py:840
Method
profile_photo_url
(self)
apps/social/models.py:412
Function
profile_resource
Current user profile, tier, and preferences.
newsblur_mcp/newsblur_mcp/resources/resources.py:73
Function
publish
(event_type, extra=None)
apps/ask_ai/tasks.py:54
Method
publish
(self, handler)
utils/PyRSS2Gen.py:92
Method
publish
(self, handler)
utils/PyRSS2Gen.py:110
Method
publish
(self, handler)
utils/PyRSS2Gen.py:141
Method
publish
(self, handler)
utils/PyRSS2Gen.py:169
Method
publish
(self, handler)
utils/PyRSS2Gen.py:225
Method
publish
(self, handler)
utils/PyRSS2Gen.py:242
Method
publish
(self, handler)
utils/PyRSS2Gen.py:262
Method
publish
(self, handler)
utils/PyRSS2Gen.py:277
Method
publish
(self, handler)
utils/PyRSS2Gen.py:296
Method
publish
(self, handler)
utils/PyRSS2Gen.py:365
Method
publish
(self, handler)
utils/PyRSS2Gen.py:462
Method
publish_update_to_subscribers
(self, user_id)
apps/social/models.py:3259
Function
push
()
archive/fabfile.py:196
Function
push_callback
(request, push_id)
apps/push/views.py:19
Method
push_next_from_feed
(feed_id)
apps/reader/models.py:844
Method
put
(self, bucket, key, object, headers={})
utils/S3.py:355
Method
putStoryText
(@Nullable String hash, @NonNull String text)
clients/android/NewsBlur/app/src/main/java/com/newsblur/database/BlurDatabaseHelper.java:1299
Method
put_bucket_acl
(self, bucket, acl_xml_document, headers={})
utils/S3.py:221
Method
put_bucket_acl
(self, bucket, acl_xml_document, headers={})
utils/S3.py:379
Method
put_bucket_logging
(self, bucket, logging_xml_doc, headers={})
utils/S3.py:212
Method
put_bucket_logging
(self, bucket, logging_xml_doc, headers={})
utils/S3.py:370
Method
query
(cls, feed_ids, query, order, offset, limit, strip=False)
apps/search/models.py:532
Method
r
(self)
utils/view_functions.py:58
Method
racing_story_hashes
(*args, **kwargs)
apps/reader/test_unread_counts.py:101
← previous
next →
4,301–4,400 of 5,735, ranked by callers