gasolin

Results 90 issues of gasolin

provide web interface to easy config the chatterbot

broadcast `webby.local` so user can type that in searchbar and connect to webby web dashboard.

在搜尋旁加上 '尋找您的選區立委' 功能 整合 http://timdream.org/rep-locator/

feature

I have a RN project that works in managed expo environment, so its not possible to use react-native-matomo without eject. But I found matomo support tracking http API https://developer.matomo.org/api-reference/tracking-api and...

今天試發現 豆瓣限制一個 IP 短時間內一次最多抓10頁, 稍微改了一下加入 `pagination = 1` 參數如下 ``` def export(user_id): urls = url_generator(user_id) info = [] pagination = 1 page_no = pagination for idx, url in enumerate(urls, start=1):...

https://github.com/aave/aave-js#usage shows ```js // returns reserves data formatted to big units. v2.formatReserves(reserves, currentTimestamp); ``` but lack the context of how to get `reserves, currentTimestamp` data

add a handy function to load local text file (for example if you own several contents locally) instead of 2 step: load file then use `add_local` to pass as local...