Vacansee Bot is a Telegram bot which sends vacancies to users via Vacansee API.
Clone the repository, then install dependencies via composer:
$ composer installCreate .env.local file or modify .env file. Set DATABASE_URL, TELEGRAM_BOT_TOKEN and VACANSEE_API_KEY environment variables.
Create a database and run migrations:
$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrateSync channel mapping with Channel entity (you have to do this every time you add a new channel or modify existing one):
Channel mapping is a constant in Channel entity
$ php bin/console app:channel:syncDone!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- https://vacansee.xyz - An API for vacancies available in Azerbaijan
- https://t.me/vacansee_bot - Vacansee bot
- https://t.me/vacansee_it - Telegram channel with IT vacancies only
- https://t.me/vacansee_all - Telegram channel with all vacancies