"Bookmark Maker Server" is a webhook service help you using IFTTT to forward your tweet to your github issue as a bookmark. Result on kkdai/bookmarks, feel free to take a look.
The detail flow show as follow:
Here is the step, how to use this without writing any code.
You need get your github token from https://github.com/settings/tokens
Just press button to deploy your own.
-
Request a account on IFTTT Maker
-
Create your own IFTTT Applet , using if "tweet by you" then call webmaker
-
In the maker server setup page, using following format.
- URL : Your heroku app address
- Method: POST
- Content Type: application/json
- Body: Reference follow format
{
"User":"YOUR_GITHUB_USER_NAME",
"Repo":"YOUR_GITHUB_REPO_NAME",
"Msg": "<<<{{Text}}>>>"
}
- Add Environment variable in your HEROKU setting.
GITHUB_TOKEN
: YOUR_TOKENGOOGLE_GEMINI_API_KEY
: YOUR_Gemini_API_KeyFC_AUTH_TOKEN
: firecrawl API Key to craw web detail.
That's it.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.