Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Авто постинг резюме и вакансий в телеграм канал #366

Open
orby-tech opened this issue Nov 13, 2023 · 0 comments
Labels

Comments

@orby-tech
Copy link
Contributor

  • Должен формироваться пост из вакансии по шаюлону, например
{...#skill}
{#location}

{description}

{url}

Через решетку обозначено что это тег
Через ... обозначается перечисление

  • Вакансии и резюме высылаются на разные каналы

Вот пример как отправить сообщение в канал без подключения либ телеграма

def send_message(chat_id, text):
    method = "sendMessage"
    token = BOT_TOKEN
    url = f"https://api.telegram.org/bot{token}/{method}"
    data = {"chat_id": chat_id, "text": text}
    requests.post(url, data=data)
@orby-tech orby-tech moved this to mvp backlog in hide-hire Nov 13, 2023
@orby-tech orby-tech moved this from mvp backlog to Backlog in hide-hire Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant