Skip to main content

Welcome to MCQP

MCQP is a .mcq file interpreter and CLI tool for sending messages and polls to Telegram. It provides a fast and efficient way to send multiple messages and polls to Telegram using .mcq files. The .mcq file format is designed to write MCQP syntax, helping users quickly create and send multiple messages and polls to Telegram. The MCQP project was created to assist students and anyone who needs to send sets of questions or create exams on Telegram.

Simple MCQP Syntax Example

Create a file named test.mcq and add the following content:

test.mcq
// config the questions/polls counter to start from 1
config:
counter = 1

m:(
*Hello world* from `.mcq` file!
):endm

q: How are you today? <NOTE: You must be amazing 😁>
Amazing *
Good
Bad
Horrible

Send the test.mcq file using this command:

mcqp send test.mcq

Getting Started

License

MCQP is licensed under the GNU General Public License Version 3 - see the LICENSE file for details.


Developed by Mohaned Sherhan (Mr.x)