It's a multiple language support linebot for meme search.
- Enter a keyword to search and will receive 3 related images.(JPG)
- Enter the word「popular」,will receive 3 latest popular images.
- Enter the word「random」,will receive a random image.
支援多語系的迷因搜尋 Linebot.
- 輸入想搜尋的關鍵字,會收到 3 張相關的圖片(.JPG)
- 輸入「熱門」,會收到 3 張近期熱門迷因圖片
- 輸入「隨機」,會收到一張隨機圖片
✨ 免責聲明 所有圖檔皆由 API 回傳,無法保證是否正確/合法,大家使用上要小心注意,有任何疑慮請停止使用。
- Fast API
- py -m venv venv
- .\venv\Script\activate
- .gitignore
- main.py
- requirements.txt
- pip install -r requirements.txt
- uvicorn main:app --reload