Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codex-team/stimagebot
Get images of your favourite stickers :star:
https://github.com/codex-team/stimagebot
capella image nodejs sticker telegram telegram-bot
Last synced: about 4 hours ago
JSON representation
Get images of your favourite stickers :star:
- Host: GitHub
- URL: https://github.com/codex-team/stimagebot
- Owner: codex-team
- License: mit
- Created: 2018-08-01T10:43:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T10:33:33.000Z (9 months ago)
- Last Synced: 2024-02-24T09:34:04.073Z (9 months ago)
- Topics: capella, image, nodejs, sticker, telegram, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/stimagebot
- Size: 3.11 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @stimagebot
Get a link to image for Telegram sticker.
[![](assets/demo.gif)](//t.me/stimagebot)
Now you can easily add stickers to your comments on GitHub :wink:
```markdown
![](https://telegra.ph/file/75cdfad0ec3adb11a9bfc.png)
```## Development
Clone a repository.
```shell
git clone https://github.com/codex-team/stimagebot
cd stimagebot
```Create a config file and enter a token of your bot into this config.
```shell
cp config.sample.js config.js
```Then you can use docker or yarn to run the bot.
### Docker
Run the container.
```shell
docker-compose up
```It will install all node deps and run the code.
### Yarn
Install Node.js packages.
```shell
yarn
```Then run the bot.
```shell
yarn start
```Or for dev need for auto restart app on changes.
```shell
yarn start:dev
```