{"id":26819455,"url":"https://github.com/tatianafomina/stkrz_bot","last_synced_at":"2025-04-24T00:49:17.465Z","repository":{"id":167225429,"uuid":"642446439","full_name":"TatianaFomina/stkrz_bot","owner":"TatianaFomina","description":"Telegram Mini App for creating custom stickers","archived":false,"fork":false,"pushed_at":"2023-12-11T20:04:00.000Z","size":2459,"stargazers_count":31,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-24T00:49:12.945Z","etag":null,"topics":["javascript","telegram-bot","telegram-bots","telegram-mini-app","typescript","vue"],"latest_commit_sha":null,"homepage":"https://t.me/stkrz_bot","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TatianaFomina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-18T15:27:46.000Z","updated_at":"2025-03-24T07:35:13.000Z","dependencies_parsed_at":"2023-12-10T17:24:55.121Z","dependency_job_id":null,"html_url":"https://github.com/TatianaFomina/stkrz_bot","commit_stats":null,"previous_names":["tatianafomina/stkrz_bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TatianaFomina%2Fstkrz_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TatianaFomina%2Fstkrz_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TatianaFomina%2Fstkrz_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TatianaFomina%2Fstkrz_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TatianaFomina","download_url":"https://codeload.github.com/TatianaFomina/stkrz_bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540956,"owners_count":21447426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","telegram-bot","telegram-bots","telegram-mini-app","typescript","vue"],"created_at":"2025-03-30T05:18:36.579Z","updated_at":"2025-04-24T00:49:17.446Z","avatar_url":"https://github.com/TatianaFomina.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StickerWiz | Telegram Stickers Mini App\n\n\n![MiniApp user interface](./assets/interface.png)\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/telegram_logo.svg\" width=\"16px\" height=\"16px\"/\u003e\n  \u003ca href=\"https://t.me/stkrz_bot\"\u003estkrz_bot\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\n  🏆 \u003ca href=\"https://t.me/contest/342\"\u003e Telegram Contest Winner\u003c/a\u003e\n\u003c/p\u003e\n\n## About\nA Telegram MiniApp that allows to create personalised sticker packs. Lets you make your own text stickers for any occasion with just a few taps using cool graphic interface 💅🛍️\n\nFrom developer's perspective this repository might be usefull for those who develop any kind of content management MiniApps, to use as a template or a starting point. Here are the features of the app implementation:\n\n- Inline and PM modes support\n- Neat and tidy UI adapted for different clients (iOS and Android)\n- I18n support\n- Implemented using Vue.js\n- Does not use any UI-kit library\n\n## Running locally\n\n### Telegram API Token\n  Before you start, please visit official [Telegram documentation](https://core.telegram.org/bots/features#botfather) for instructions on how to obtain Telegram API token\n\n\n### Telegram test environment\nYou can test and develop your MiniApps in Telegram test environment, which is completely separate from the main environment.\nFor that you'll have to create new separate account and a bot with @BotFather.\nDon't forget to set environment variable `DEV=true` in `server/.env` to perform API calls to test environment as well.\n\n[Learn more](https://core.telegram.org/bots/webapps#testing-mini-apps)\n\n### Ngrok\nAs telegram only allows to open MiniApps available from the internet, we'll need to use [ngrok](https://ngrok.com/docs/getting-started/) to expose our app outside.\nFollow [official docs](https://ngrok.com/docs/getting-started/) to install and authenticate ngrok. Then run the following command to start tunnel:\n\n```\n  ngrok http 3000 # your server port\n```\n\nIf you want to launch the app in DEV mode, you'll need to make ngrok instatiate several tunnels at once. For that purpose create ngrok [config](https://ngrok.com/docs/secure-tunnels/ngrok-agent/reference/config/) with the following content:\n\n```\nauthtoken: yourTokenHere\ntunnels:\n  first:\n    addr: 5173 # server port\n    proto: http    \n  second:\n    addr: 3000 # client dev server port\n    proto: http\n```\n\nOnce cofig file is created/updated, start ngrok with the following command:\n```\nngrok start --all\n```\n\n### Build\nFollow the instructions on how to start/build project in corresponding webapp and server README files.\n\n- [webapp/README.md](https://github.com/TatianaFomina/stkrz_bot/blob/main/webapp/README.md) \n- [server/README.md](https://github.com/TatianaFomina/stkrz_bot/blob/main/server/README.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatianafomina%2Fstkrz_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftatianafomina%2Fstkrz_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatianafomina%2Fstkrz_bot/lists"}