https://github.com/louis70109/stickor
https://github.com/louis70109/stickor
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/louis70109/stickor
- Owner: louis70109
- License: mit
- Created: 2020-12-05T17:03:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T18:06:53.000Z (over 4 years ago)
- Last Synced: 2025-01-31T22:11:23.154Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Stickor
- [ ] Database
- [ ] CSV download
- [ ] Insert sticker queue(or memory)
- [ ] Frontend# Deployment
[](https://heroku.com/deploy)
# Developer Side
## LINE account
- Got A LINE Bot API developer account
Make sure you already registered, if you need use LINE Bot.- Go to LINE Developer Console
- Close auto-reply setting on "Messaging API" Tab.
- Setup your basic account information. Here is some info you will need to know.
- Callback URL: `https://{NGROK_URL}/v1/webhooks/line`
- Verify your webhook.
- Enable bot join group button.
- You will get following info, need fill back to `.env` file.
- Channel Secret
- Channel Access Token (You need to issue one here)## Localhost
1. first terminal window:
```
pip install -r requirements.txt --user
python api.py
```2. Created a provisional Https:
```
ngrok http 5000
```or maybe you have npm environment:
```
npx ngrok http 5000
```
3. Copied your ngrok url to:
- `.env` MY_DOMAIN environment property.
- LINE developer page and `Enabled` join group button:
4. Joined bot in your `Group`/`Room`!
# License
MIT License