Skip to content

mesolaries/vacansee-bot

Repository files navigation

Vacansee Bot

Vacansee Bot is a Telegram bot which sends vacancies to users via Vacansee API.

Deploying

Clone the repository, then install dependencies via composer:

$ composer install

Create .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:migrate

Sync 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:sync

Done!

Contributing

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.

License

MIT

External links

About

Vacansee Bot for Telegram

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors