MCPcopy Create free account

hub / github.com/samuelclay/NewsBlur / functions

Functions5,735 in github.com/samuelclay/NewsBlur

Functionlist_archives
List user's archived pages with filtering and pagination. GET params: limit: Number of results (default 50, max 200) offset:
apps/archive_extension/views.py:360
Functionlist_backup_in_s3
()
archive/fabfile.py:2351
Methodlist_bucket
(self, bucket, options={}, headers={})
utils/S3.py:191
Methodlist_bucket
(self, bucket, options={}, headers={})
utils/S3.py:349
Functionlist_do
()
archive/fabfile.py:102
Functionlistener
()
clients/ios/static/mark.js:147
MethodloadDataWithBaseURL
(String baseUrl, String data, String mimeType, String encoding, String historyUrl)
clients/android/NewsBlur/app/src/main/java/com/newsblur/web/NewsblurWebview.java:131
FunctionloadImages
()
clients/android/NewsBlur/app/src/main/assets/storyDetailView.js:1
Functionload_activities
(request)
apps/social/views.py:1990
Functionload_activities
(request)
apps/profile/views.py:1406
Functionload_all_briefings_admin
GET /briefing/admin/all Staff-only endpoint that returns all users' completed briefings for quality auditing. Includes user profile data
apps/briefing/views.py:490
Functionload_briefing_stories
GET /briefing/stories Returns briefing data grouped by period with summaries and curated stories. Premium archive/pro users get full bri
apps/briefing/views.py:87
Functionload_cluster_stories
Load full story data for all members of a story cluster. Deprecated: cluster data is now included inline in the feed/page response. This endp
apps/reader/views.py:5894
Functionload_features
(request)
apps/reader/views.py:4405
Functionload_feed_favicon
(request, feed_id)
apps/rss_feeds/views.py:78
Functionload_feed_favicons
(request)
apps/reader/views.py:666
Functionload_feed_info
(request, feed_id)
apps/recommendations/views.py:65
Functionload_feed_page
(request, feed_id)
apps/reader/views.py:1593
Functionload_feed_settings
(request, feed_id)
apps/rss_feeds/views.py:291
Functionload_feed_statistics
(request, feed_id)
apps/rss_feeds/views.py:178
Functionload_feed_statistics_embedded
(request, feed_id)
apps/rss_feeds/views.py:188
Functionload_feeds
(request)
apps/reader/views.py:521
Functionload_follow_requests
(request)
apps/social/views.py:1470
Methodload_icon
DEPRECATED Load Windows ICO image. See http://en.wikipedia.org/w/index.php?oldid=264332061 for file format descript
apps/rss_feeds/icon_importer.py:177
Functionload_interactions
(request)
apps/social/views.py:1965
Functionload_read_stories
(request)
apps/reader/views.py:2197
Functionload_river_blurblog
(request)
apps/social/views.py:350
Functionload_river_stories_widget
(request)
apps/reader/views.py:2992
Functionload_single_feed
(request, feed_id)
apps/rss_feeds/views.py:51
Methodload_single_feed
(self)
archive/perf/locust.py:22
Functionload_social_settings
(request, social_user_id, username=None)
apps/social/views.py:1958
Functionload_social_statistics
(request, social_user_id, username=None)
apps/social/views.py:1923
Functionload_social_stories
(request, user_id, username=None)
apps/social/views.py:99
Functionload_starred_stories
(request)
apps/reader/views.py:1651
Functionload_trending_stories
Load stories from the permanent trending lists (Well-Read Stories or Long Reads). GET Parameters: trending_type: "well_read" or "lon
apps/reader/views.py:5516
Functionload_tutorial
(request)
apps/reader/views.py:5333
Functionload_url
(url)
apps/reader/views.py:2998
Functionload_user_friends
(request)
apps/social/views.py:1487
Functionload_user_profile
(request)
apps/social/views.py:1391
Functionlocaldatetime
(context, date, date_format)
utils/templatetags/utils_tags.py:43
Methodlocation
(self, item)
apps/static/sitemaps.py:46
Methodlog_message
(self, format, *args)
newsblur_mcp/newsblur_mcp/cli/auth.py:206
Functionlog_sum
(log_a, log_b)
apps/analyzer/archive/lda.py:35
Methodlog_title
(self)
apps/rss_feeds/models.py:163
Functionlogged
(*fargs, **fkwargs)
newsblur_mcp/newsblur_mcp/server.py:104
Functionlogin
Log in to NewsBlur via OAuth (opens your browser).
newsblur_mcp/newsblur_mcp/cli/commands/auth.py:23
Functionlogin
(request)
apps/profile/views.py:169
Functionlogin
(request)
apps/reader/views.py:373
Functionlogin
(request)
apps/api/views.py:36
Functionlogin_as
(request)
apps/reader/views.py:4933
Functionlogout
Log out and remove stored credentials.
newsblur_mcp/newsblur_mcp/cli/commands/auth.py:48
Functionlogout
(request)
apps/reader/views.py:448
Functionlogout
(request)
apps/api/views.py:84
Methodluminosity
(color)
apps/rss_feeds/models.py:1370
Functionmail_feed_error_to_admin
(feed, e, local_vars=None, subject=None)
utils/feed_functions.py:235
Functionmain
NewsBlur CLI - read feeds, manage stories, and train classifiers.
newsblur_mcp/newsblur_mcp/cli/__init__.py:18
Functionmaintenance_off
()
archive/fabfile.py:1057
Functionmaintenance_on
()
archive/fabfile.py:1046
Methodmake_bare_url
(self, bucket, key="")
utils/S3.py:389
Functionmake_feed_option
(feed)
media/js/newsblur/reader/reader_utils.js:195
Functionmake_link
(m)
utils/tornado_escape.py:273
Functionmake_token_checksum_nullable
The DB has a token_checksum NOT NULL column on oauth2_provider_accesstoken added by a newer django-oauth-toolkit migration, but the installed
apps/mcp/migrations/0002_fix_token_checksum_nullable.py:4
Functionmanage_usage_billing
(request)
apps/profile/views.py:1227
MethodmarkStoriesRead
Marks a range of stories in a subset of feeds as read. Does not update unread counts; the caller must use updateLocalFeedCounts() or the /reader/feed_
clients/android/NewsBlur/app/src/main/java/com/newsblur/database/BlurDatabaseHelper.java:929
MethodmarkStoryHashesRead
(@NonNull Collection<String> hashes)
clients/android/NewsBlur/app/src/main/java/com/newsblur/database/BlurDatabaseHelper.java:762
MethodmarkStoryHashesStarred
(@NonNull Collection<String> hashes, boolean isStarred)
clients/android/NewsBlur/app/src/main/java/com/newsblur/database/BlurDatabaseHelper.java:778
Functionmark_all_as_read
(request)
apps/reader/views.py:3157
Methodmark_all_as_read
Mark all stories in a feed or list of feeds as read.
archive/api/newsblur.py:204
Functionmark_feed_as_read
(request)
apps/reader/views.py:3675
Functionmark_feed_stories_as_read
(request)
apps/reader/views.py:3423
Methodmark_newer_stories_read
(self, cutoff_date)
apps/social/models.py:1396
Functionmark_read
Mark stories as read by hash, feed, or folder.
newsblur_mcp/newsblur_mcp/cli/commands/actions.py:25
Methodmark_read
(cls, user_id, story_hashes, r=None)
apps/reader/models.py:3142
Functionmark_social_stories_as_read
(request)
apps/reader/views.py:3456
Functionmark_stories_as_unread
(request)
apps/reader/views.py:3615
Functionmark_story_as_read
(request)
apps/reader/views.py:3231
Functionmark_story_as_shared
(request)
apps/social/views.py:856
Functionmark_story_as_starred
(request)
apps/reader/views.py:4953
Functionmark_story_as_unread
(request)
apps/reader/views.py:3504
Functionmark_story_as_unshared
(request)
apps/social/views.py:1030
Functionmark_story_as_unstarred
(request)
apps/reader/views.py:5102
Functionmark_story_hash_as_starred
(request)
apps/reader/views.py:4960
Functionmark_story_hash_as_unread
(request)
apps/reader/views.py:3554
Functionmark_story_hash_as_unstarred
(request)
apps/reader/views.py:5109
Functionmark_story_hashes_as_read
(request)
apps/reader/views.py:3263
Methodmark_story_hashes_as_read
Mark stories as read using their unique story_hash.
archive/api/newsblur.py:169
Methodmark_unread
(cls, user_id, story_hash, story_date, r=None)
apps/reader/models.py:3126
Methodmatched
(self)
apps/archive_extension/matching.py:28
Methodmax_feed_limit
Returns the maximum number of feeds allowed for this user's subscription tier. Grandfathering: Users with > 1024 feeds at launch get
apps/profile/models.py:277
Functionmemory
()
flask_metrics/flask_metrics_redis.py:176
Functionmemory_used
()
flask_metrics/flask_metrics_redis.py:196
MethodmergeCategories
* Merge multiple categories into one target category * @param {string[]} sourceCategories - Categories to merge * @param {string} targetCate
clients/browser-extension/src/lib/api.js:252
Functionmerge_categories
Merge multiple categories into one target category. All stories with source categories will have those categories replaced with the targ
apps/archive_extension/views.py:946
Methodmerge_feeds
(cls, *args, **kwargs)
apps/rss_feeds/models.py:513
Functionmongo_check
(request)
apps/static/views.py:243
Functionmongo_max_replication_lag
(connection)
utils/db_functions.py:13
Functionmonkey_patched_get_user
Return the user model instance associated with the given request session. If no user is retrieved, return an instance of `AnonymousUser`.
newsblur_web/settings.py:1118
Functionmore_like_this
(request)
apps/search/views.py:13
FunctionmouseEventCallback
(event)
media/js/mobile/jquery.mobile-1.0b1.js:672
FunctionmoveHandler
( event )
media/js/mobile/jquery.mobile-1.0b1.js:1083
← previousnext →4,001–4,100 of 5,735, ranked by callers