Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmitrii1548/telegram_bot
https://github.com/dmitrii1548/telegram_bot
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmitrii1548/telegram_bot
- Owner: DMITRII1548
- License: mit
- Created: 2024-11-06T13:15:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:38:38.000Z (about 2 months ago)
- Last Synced: 2024-11-15T18:33:37.603Z (about 2 months ago)
- Language: PHP
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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