Contributed API Collections of Tencent Product and Services, such as Wechat Public Account Automatic Reply, etc.
Project description
package: tencent
*** IMPORTANT LEGAL DISCLAIMER ***
"tencent" python package is not affiliated, endorsed, or vetted by Tencent Corporation. It's an open-source pakcage and crowd contributed API Wrapper of public available tencent products and services to help devlopers deploy and use these product or services easier. This package name is originally intended to serve as "ten cent(s)" or "one dime", quoted from one ex-Tencent-er.
Contributing API Wrapper to tencent pypi package, Visit Github https://github.com/AI-Hub-Admin/tencent and follow the guidelines on forum http://www.deepnlp.org/blog?category=tencent
Public Available API Wrappers
API NAME | FUNCTIONS | Status |
---|---|---|
greeting | Greeting when import package | Prod |
stock_price | Fetch Tencent Stock Price (HKEX: 700) Realtime Quote | Prod |
TBD | Wechat Public Account Backend Automatic Reply | Dev |
Install
pip install tencent
Usage
Package Import Greeting
import tencent
tencent.greeting()
- note: if you want to display the greeting, just set variable START_SCREEN_ENABLE in constants.py to False
Tencent(HKEX: 700) Stock Price Quote
import tencent
stock_dict = tencent.api("stock_price")
keys=["symbol", "avg_price", "high", "low", "change", "update_time", "market_capitalization", "source"]
print ("#### Tencent Stock Price #### ")
for key in keys:
if key in stock_dict:
print (key + "|" + stock_dict[key])
else:
print (key + "|" + "")
Output
symbol|700
avg_price|420.400 HKD
high|424.600 HKD
low|412.600 HKD
change|+3.400
update_time|16 Oct 2024 09:36
market_capitalization|3,901.15 B HKD
source|HKEX, https://www.hkex.com.hk/Market-Data/Securities-Prices/Equities/Equities-Quote?sym=700&sc_lang=en
Wechat Public Account Backend Automatic Reply
TBD
Related
AI Services Reviews and Ratings
AI & Robotics User Reviews
AI & Robotics Best AI Tools List
Chatbot
OpenAI o1 Reviews
ChatGPT User Reviews
Gemini User Reviews
Perplexity User Reviews
Claude User Reviews
Qwen AI Reviews
Doubao Reviews
ChatGPT Strawberry
Zhipu AI Reviews
AI Image Generation
Midjourney User Reviews
Stable Diffusion User Reviews
Runway User Reviews
GPT-5 Forecast
Flux AI Reviews
Canva User Reviews
AI Video Generation
Luma AI
Pika AI Reviews
Runway AI Reviews
Kling AI Reviews
Dreamina AI Reviews
AI Education
Coursera Reviews
Udacity Reviews
Grammarly Reviews
Robotics
Tesla Cybercab Robotaxi
Tesla Optimus
Figure AI
Unitree Robotics Reviews
Waymo User Reviews
ANYbotics Reviews
Boston Dynamics
AI Visualization Tools
DeepNLP AI Tools
Multi-Turn Dialogue Visualization
Multi Asynchronous Agent Visualization
AI Widgets
Apple Glasses
Meta Glasses
Apple AR VR Headset
Google Glass
Meta VR Headset
Google AR VR Headsets
Social
Self-Driving
BYD Seal
Tesla Model 3
BMW i4
Baidu Apollo Reviews
Hyundai IONIQ 6
Blogs
Introduction to multimodal generative models
Generative AI Search Engine Optimization
AI Image Generator User Reviews
AI Video Generator User Reviews
AI Chatbot & Assistant Reviews
Best AI Tools User Reviews
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file tencent-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: tencent-1.0.3-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 425085b1c31c3af675c6ae6fc70393b0d4f53c02969b37904e3369f30f1cf17c |
|
MD5 | d775643956b727ad18ec2207d46c8b53 |
|
BLAKE2b-256 | ec37c7b967cdd298349ed3ee9c42bae8b3a0d5de6bcc97ffa4d20d9bd5a6b140 |