MCPcopy Index your code

hub / github.com/myreader-io/myGPTReader / functions

Functions112 in github.com/myreader-io/myGPTReader

↓ 17 callersFunctionbuild_prompt_blocks
(prompt_key)
app/slash_command.py:34
↓ 17 callersFunctionget_command_name
(command)
app/slash_command.py:31
↓ 8 callersFunctionbuild_hot_news_blocks
(news_key)
app/daily_hot_news.py:116
↓ 4 callersFunctionget_user
(user_id)
app/user.py:41
↓ 4 callersFunctionumamiEvent
(eventName, eventData)
web/landing/www/src/util.js:1
↓ 3 callersFunctionformat_dialog_messages
(messages)
app/gpt.py:50
↓ 3 callersFunctionget_language_code
(text)
app/util.py:30
↓ 3 callersFunctiongtagEvent
(action)
web/landing/www/src/util.js:8
↓ 3 callersFunctionremove_prompt_from_text
(text)
app/gpt.py:61
↓ 3 callersFunctionupdate_thread_history
(thread_ts, message_str=None, urls=None, file=None)
app/server.py:91
↓ 2 callersFunctionbot_process
(event, say, logger)
app/server.py:162
↓ 2 callersFunctionget_prompt_template
(language='zh')
app/prompt.py:20
↓ 2 callersFunctioninsert_space
(text)
app/server.py:70
↓ 2 callersFunctionis_premium_user
(user_id)
app/user.py:68
↓ 1 callersFunctionApp
()
web/landing/www/src/App.js:14
↓ 1 callersMethodadd
(self, value, ttl_seconds)
app/ttl_set.py:19
↓ 1 callersMethodallow_request
(self, user_id)
app/rate_limiter.py:9
↓ 1 callersFunctionbuild_all_news_block
()
app/daily_hot_news.py:147
↓ 1 callersFunctionbuild_slack_blocks
(title, news)
app/daily_hot_news.py:83
↓ 1 callersFunctioncheck_if_need_use_phantomjscloud
(url)
app/fetch_web_post.py:17
↓ 1 callersFunctioncheck_if_youtube_url
(url)
app/fetch_web_post.py:25
↓ 1 callersFunctionconvert_to_ssml
(text, voice_name=None)
app/gpt.py:182
↓ 1 callersFunctioncut_string
(text)
app/daily_hot_news.py:22
↓ 1 callersFunctiondialog_context_keep_latest
(dialog_texts, max_length=1)
app/server.py:126
↓ 1 callersFunctionextract_urls_from_event
(event)
app/server.py:106
↓ 1 callersFunctionformat_dialog_text
(text, voicemessage=None)
app/server.py:138
↓ 1 callersFunctionformat_text
(text)
app/fetch_web_post.py:46
↓ 1 callersFunctiongenerate_message_id
(channel, thread_ts)
app/server.py:143
↓ 1 callersFunctionget_answer_from_llama_web
(messages, urls)
app/gpt.py:119
↓ 1 callersFunctionget_description
(entry)
app/daily_hot_news.py:45
↓ 1 callersFunctionget_document_from_youtube_id
(video_id)
app/gpt.py:53
↓ 1 callersFunctionget_documents_from_urls
(urls)
app/gpt.py:64
↓ 1 callersFunctionget_index_from_file_cache
(name)
app/gpt.py:94
↓ 1 callersFunctionget_index_from_web_cache
(name)
app/gpt.py:86
↓ 1 callersFunctionget_index_name_from_file
(file: str)
app/gpt.py:102
↓ 1 callersFunctionget_post_urls_with_title
(rss_url)
app/daily_hot_news.py:64
↓ 1 callersFunctionget_summary_from_gpt
(url)
app/daily_hot_news.py:40
↓ 1 callersFunctionget_text_from_html
(html)
app/daily_hot_news.py:57
↓ 1 callersFunctionget_text_from_whisper
(voice_file_path)
app/gpt.py:170
↓ 1 callersFunctionget_unique_md5
(urls)
app/gpt.py:45
↓ 1 callersFunctionget_urls
(urls)
app/fetch_web_post.py:28
↓ 1 callersFunctionget_voice_file_from_text
(text, voice_name=None)
app/gpt.py:199
↓ 1 callersFunctionget_youtube_transcript
(video_id: str)
app/fetch_web_post.py:91
↓ 1 callersFunctionget_youtube_video_id
(url)
app/util.py:12
↓ 1 callersFunctionis_active_user
(user_id)
app/user.py:59
↓ 1 callersFunctionmd5
(file_path)
app/util.py:5
↓ 1 callersFunctionremove_url_from_text
(text, urls)
app/server.py:131
↓ 1 callersFunctionreportWebVitals
(onPerfEntry)
web/landing/www/src/reportWebVitals.js:1
↓ 1 callersFunctionscrape_website
(url: str)
app/fetch_web_post.py:51
↓ 1 callersFunctionscrape_website_by_phantomjscloud
(url: str)
app/fetch_web_post.py:69
↓ 1 callersFunctionsend_daily_news
(client, news)
app/server.py:46
↓ 1 callersFunctionupdate_message_token_usage
(user_id, message_id, message_type, llm_token_usage=0, embedding_token_usage=0)
app/user.py:11
↓ 1 callersFunctionupdate_token_usage
(event, total_llm_model_tokens, total_embedding_model_tokens)
app/server.py:146
FunctionFeature
({ title, text, videoUrl })
web/landing/www/src/components/Features.js:4
FunctionFeatures
()
web/landing/www/src/components/Features.js:47
FunctionFooter
()
web/landing/www/src/components/Footer.js:5
FunctionHero
()
web/landing/www/src/components/Hero.js:5
FunctionHighlight
()
web/landing/www/src/components/Highlight.js:3
FunctionPricing
()
web/landing/www/src/components/Pricing.js:4
FunctionProductHuntBadge
()
web/landing/www/src/components/ProductHuntBadge.js:3
Method__contains__
(self, value)
app/ttl_set.py:16
Method__init__
(self)
app/ttl_set.py:5
Method__init__
(self, limit=10, period=3600)
app/rate_limiter.py:4
Method__len__
(self)
app/ttl_set.py:13
Method_cleaner
(self)
app/ttl_set.py:33
Methodadds
(self, values, ttl_seconds)
app/ttl_set.py:23
Functionbot_messages
(message, next)
app/server.py:268
Functionbuild_1point3acres_hot_news_blocks
()
app/daily_hot_news.py:129
Functionbuild_hackernews_news_hot_news_blocks
()
app/daily_hot_news.py:135
Functionbuild_jisilu_news_hot_news_blocks
()
app/daily_hot_news.py:144
Functionbuild_producthunt_news_hot_news_blocks
()
app/daily_hot_news.py:138
Functionbuild_reddit_news_hot_news_blocks
()
app/daily_hot_news.py:132
Functionbuild_v2ex_hot_news_blocks
()
app/daily_hot_news.py:126
Functionbuild_xueqiu_news_hot_news_blocks
()
app/daily_hot_news.py:141
Functionbuild_zhihu_hot_news_blocks
()
app/daily_hot_news.py:123
FunctioncontackUS
()
web/landing/www/src/components/Pricing.js:11
Methoddiscard
(self, value)
app/ttl_set.py:29
FunctiongetStarted
()
web/landing/www/src/components/Pricing.js:6
Functionget_answer_from_chatGPT
(messages)
app/gpt.py:107
Functionget_answer_from_llama_file
(messages, file)
app/gpt.py:146
Functionget_summary_from_gpt_thread
(url)
app/daily_hot_news.py:34
FunctiongoToGitHub
()
web/landing/www/src/components/Header.js:27
FunctionhandleQuestionClick
(answer)
web/landing/www/src/components/FAQ.js:14
Functionhandle_command_gpt_as_ai_doctor
(ack, say, command)
app/slash_command.py:171
Functionhandle_command_gpt_as_en_dict
(ack, say, command)
app/slash_command.py:99
Functionhandle_command_gpt_as_en_translator
(ack, say, command)
app/slash_command.py:87
Functionhandle_command_gpt_as_encoverage_book
(ack, say, command)
app/slash_command.py:207
Functionhandle_command_gpt_as_financer
(ack, say, command)
app/slash_command.py:183
Functionhandle_command_gpt_as_fullstack_dev
(ack, say, command)
app/slash_command.py:243
Functionhandle_command_gpt_as_interviewer
(ack, say, command)
app/slash_command.py:111
Functionhandle_command_gpt_as_investor
(ack, say, command)
app/slash_command.py:195
Functionhandle_command_gpt_as_it_architect
(ack, say, command)
app/slash_command.py:231
Functionhandle_command_gpt_as_js_console
(ack, say, command)
app/slash_command.py:123
Functionhandle_command_gpt_as_math_teacher
(ack, say, command)
app/slash_command.py:159
Functionhandle_command_gpt_as_novelist
(ack, say, command)
app/slash_command.py:63
Functionhandle_command_gpt_as_regex_master
(ack, say, command)
app/slash_command.py:255
Functionhandle_command_gpt_as_story_teller
(ack, say, command)
app/slash_command.py:147
Functionhandle_command_gpt_as_terminal
(ack, say, command)
app/slash_command.py:75
Functionhandle_command_gpt_as_text_gamer
(ack, say, command)
app/slash_command.py:219
Functionhandle_command_gpt_as_travel_guide
(ack, say, command)
app/slash_command.py:135
next →1–100 of 112, ranked by callers