Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmitrii1548/telegram_bot


https://github.com/dmitrii1548/telegram_bot

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# About

This is a simple parser for kwork. Is parse projects in kwork.ru and send telegram message if project was created.

# Installation

- composer install
- copy env to .env.example
- setting up the parameters
TELEGRAM_BOT_KEY=
TELEGRAM_CHAT_ID=""
TEST_TELEGRAM_CHAT_ID=""
- php artisan key:generate
- php artisan migrate
- php artisan queue:work

-- run parser with php artisan parse:kwork

If you run app in server add php artisan schedule:run in cron