Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.94 KB

File metadata and controls

39 lines (28 loc) · 1.94 KB

Telegram SyntaxDB Bot

forthebadge forthebadge

Telegram Syntaxdb Bot is the official repository for the Syntaxdb Bot on telegram.
So SyntaxDB is basically a programming search engine that helps you search programming concepts on the go!

In this project I've integrated the Python Syntaxdb API that I've created! You can check the API that I've built here.

The usage of this bot is pretty simple.
There are mainly 3 options here:

  • /start
  • /help
  • /search

/start and /help are very basic options!

/start

On typing this, you get a welcome message!
alt text

/help

On typing this you get a message from the bot that tells you about how to use it! Looks exactly like in the image below!
alt text

/search

So /search does the main functionality. Here you have to mention the concept you want to search and mention the language in which you want to search that concept.

For example:

If you want to search the concept of print in java, then you search it this way
/search for in java

alt text

To look at how the bot responds back to the above command, click here

The project is going to be active! If you face any issues, then please raise the issue. If you liked this bot or if it ever helped you, then please start this repository!