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
active_connections
()
flask_metrics/flask_metrics_redis.py:98
Method
add
(cls, feed_id, feed_fetch, feed_process, page, icon, total, feed_code)
apps/statistics/models.py:403
Method
add
(cls, category_title, feed_id)
apps/categories/models.py:134
Method
addChain
Configure a chained cache so that if the provided cache already has a file, it will be used rather than being cached twice.
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/FileCache.java:59
Method
addFeedStarted
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/AddFeedExternal.java:46
Method
add_all_missing_feeds
(cls)
apps/reader/models.py:3013
Method
add_arguments
(self, parser)
apps/archive_extension/management/commands/setup_archive_oauth.py:8
Method
add_arguments
(self, parser)
apps/profile/management/commands/fp.py:8
Method
add_arguments
(self, parser)
apps/profile/management/commands/reimport_stripe_history.py:15
Method
add_arguments
(self, parser)
apps/profile/management/commands/audit_payment_history.py:18
Method
add_arguments
(self, parser)
apps/profile/management/commands/generate_dev_session.py:14
Method
add_arguments
(self, parser)
apps/profile/management/commands/reimport_paypal_history.py:16
Method
add_arguments
(self, parser)
apps/profile/management/commands/grandfather_premium_users.py:14
Method
add_arguments
(self, parser)
apps/search/management/commands/index_stories.py:14
Method
add_arguments
(self, parser)
apps/search/management/commands/index_feeds.py:9
Method
add_arguments
(self, parser)
apps/discover/management/commands/generate_popular_feeds_taxonomy.py:86
Method
add_arguments
(self, parser)
apps/discover/management/commands/fill_reddit_gaps.py:1672
Method
add_arguments
(self, parser)
apps/discover/management/commands/bootstrap_popular_feeds.py:31
Method
add_arguments
(self, parser)
apps/discover/management/commands/discover_podcasts.py:1200
Method
add_arguments
(self, parser)
apps/discover/management/commands/categorize_subreddits.py:38
Method
add_arguments
(self, parser)
apps/discover/management/commands/fill_podcast_gaps.py:791
Method
add_arguments
(self, parser)
apps/discover/management/commands/discover_real_feeds.py:98
Method
add_arguments
(self, parser)
apps/discover/management/commands/discover_newsletters.py:703
Method
add_arguments
(self, parser)
apps/discover/management/commands/fill_newsletter_gaps.py:427
Method
add_arguments
(self, parser)
apps/discover/management/commands/backfill_underpopulated_feeds.py:94
Method
add_arguments
(self, parser)
apps/discover/management/commands/discover_subreddits.py:687
Method
add_arguments
(self, parser)
apps/discover/management/commands/fill_youtube_gaps.py:464
Method
add_arguments
(self, parser)
apps/discover/management/commands/index_popular_feeds_for_search.py:26
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/refresh_feed.py:10
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/count_stories.py:9
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/count_subscribers.py:9
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/calculate_scores.py:16
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/refresh_feeds.py:20
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/backfill_trending_subscriptions.py:21
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/task_feeds.py:12
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/mark_read.py:12
Method
add_arguments
(self, parser)
apps/rss_feeds/management/commands/trim_feeds.py:11
Method
add_arguments
(self, parser)
apps/monitor/management/commands/monitor_uptime.py:17
Method
add_arguments
(self, parser)
apps/ask_ai/management/commands/reset_askai_usage.py:26
Method
add_bucket
(tier, count, limit)
apps/monitor/views/newsblur_ask_ai.py:148
Method
add_captions_param
(match)
apps/rss_feeds/models.py:2721
Function
add_feature
(request)
apps/reader/views.py:4389
Method
add_feed_limit
Returns the feed limit for adding new feeds, or None if no limit. Grandfathered premium users have no limit (returns None).
apps/profile/models.py:312
Function
add_folder
(request)
apps/reader/views.py:3819
Method
add_folder
Add a new folder.
archive/api/newsblur.py:224
Function
add_permalink
(match)
utils/story_functions.py:409
Function
add_revsys_keys
()
archive/fabfile.py:2369
Function
add_site
(request, token)
apps/api/views.py:141
Function
add_site_authed
(request)
apps/api/views.py:189
Function
add_site_load_script
(request, token)
apps/api/views.py:92
Function
add_to_media_history
Add a media item to playback history with its position.
apps/media_player/views.py:177
Function
add_to_media_queue
Add a media item to the playback queue.
apps/media_player/views.py:81
Function
add_url
(request)
apps/reader/views.py:3760
Method
add_url
Add a feed by its URL. Can be either the RSS feed or the website itself.
archive/api/newsblur.py:213
Function
admin_only
(function=None)
utils/user_functions.py:77
Method
afterTextChanged
(Editable s)
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/ItemsList.java:498
Method
afterTextChanged
(Editable s)
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/ShareDialogFragment.java:146
Method
afterTextChanged
(Editable s)
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/FolderListFragment.java:248
Function
ajax_login_required
(function=None)
utils/user_functions.py:19
Method
all
(cls)
apps/statistics/models.py:70
Function
all_categories
(request)
apps/categories/views.py:10
Function
all_classifiers
Return all trained classifiers for a user, organized by feed and folder structure. Only returns classifiers with non-zero scores (trained ite
apps/reader/views.py:4563
Method
allow_migrate
Explicitly put all models on all databases.
newsblur_web/settings.py:690
Method
allow_relation
Allow any relation between two objects in the db pool
newsblur_web/settings.py:683
Function
alt_feedly
(request)
apps/static/views.py:56
Function
alt_google_reader
(request)
apps/static/views.py:52
Function
alt_inoreader
(request)
apps/static/views.py:60
Function
alt_open_source
(request)
apps/static/views.py:44
Function
alt_self_hosted
(request)
apps/static/views.py:48
Function
analyze
Kick off a Celery task to analyze a web page for story patterns.
apps/webfeed/views.py:30
Function
android
(request)
apps/static/views.py:208
Method
animateBackToFeedListFromReading
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/ItemsList.java:1068
Function
api
(request)
apps/static/views.py:154
Function
api_feed_list
(request, trigger_slug=None)
apps/oauth/views.py:262
Function
api_folder_list
(request, trigger_slug=None)
apps/oauth/views.py:296
Function
api_save_new_story
(request)
apps/oauth/views.py:812
Function
api_save_new_subscription
(request)
apps/oauth/views.py:866
Function
api_saved_story
(request)
apps/oauth/views.py:497
Function
api_saved_tag_list
(request)
apps/oauth/views.py:316
Function
api_share_new_story
(request)
apps/oauth/views.py:698
Function
api_shared_story
(request)
apps/oauth/views.py:567
Function
api_shared_usernames
(request)
apps/oauth/views.py:342
Function
api_unread_story
(request, trigger_slug=None)
apps/oauth/views.py:370
Function
api_user_info
(request)
apps/oauth/views.py:237
Function
app
()
archive/fabfile.py:161
Function
apple_app_site_assoc
(request)
apps/static/views.py:181
Function
apple_developer_merchantid
(request)
apps/static/views.py:185
Function
applyClassifierHighlights
(classifiers)
clients/ios/static/storyDetailView.js:256
Function
applyClassifiers
(classifierData)
clients/android/NewsBlur/app/src/main/assets/classifierHighlights.js:69
Function
approve_feed
(request)
apps/recommendations/views.py:98
Function
approve_follower
(request)
apps/social/views.py:1591
Method
archive_feed_limit
Returns the Archive tier feed limit (for upgrade prompts).
apps/profile/models.py:302
Method
asFormEncodedRequestBody
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/domain/ValueMultimap.java:51
Method
asIconCache
(Context context, @ImageOkHttpClient OkHttpClient imageOkHttpClient)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/FileCache.java:47
Method
asIconLoader
(Context context, FileCache iconCache)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/ImageLoader.java:50
Method
asStoryImageCache
(Context context, @ImageOkHttpClient OkHttpClient imageOkHttpClient)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/FileCache.java:43
Method
asThumbnailCache
(Context context, @ImageOkHttpClient OkHttpClient imageOkHttpClient)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/FileCache.java:51
Method
asThumbnailLoader
(Context context, FileCache chainedCache)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/ImageLoader.java:54
Function
ask_ai_question
API endpoint to start an Ask AI question. POST Parameters: story_hash: Hash of the story to analyze question_id: ID of the q
apps/ask_ai/views.py:31
Function
assemble_certificates
()
archive/fabfile.py:970
← previous
next →
3,101–3,200 of 5,735, ranked by callers