Skip to content

ygorluizfrazao/telegram-bot-webapp-vagas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-bot-webapp-vagas

Portuguese Version

An example telegram bot web app focused in jobs and hiring, you can test it here. The bot is located here.

How can i create mine?

  1. Create your web application with html, css and javascript or your favorite framework (Not tested);
  2. Deploy it at some server like Vercel or Github Pages;
  3. Create your bot with BotFather like stated here;
  4. Go to BotFather, select your bot
  5. Go to Bot Settings — Menu Button — Specify../Edit menu button URL
  6. Put the URL of your deployed project, in the case of this repository, https://telegram-bot-webapp-vagas-ms48krdt9-ygorluizfrazao.vercel.app.
  7. If everything is fine you should see the following:

Hope it helps!