Skip to content

Nagender456/nimcet_reminder_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


About The Project

Constant guilt-tripping at random times to remind you of the approaching NIMCET exam date.

Features:

  • Evaluator to perform basic arithmetic operations /cal [operation]
  • Polling features to setup polls with different config ability.
  • more coming soon...

(back to top)

Built With

  • Next

Getting Started

Prerequisite :

  • python installed above version 3.11
  • git required
  • telegram bot with appropriate id and token
  • required libraries can be installed through requirements.txt file

Installation

  1. Start by cloning the project.

    git clone https://github.com/Nagender456/nimcet_reminder_bot.git

    Make sure to create .env file into the root directory of the code base with following tokens:

    TELEGRAM_API_ID TELEGRAM_API_HASH TELEGRAM_BOT_TOKEN

  2. Install packages

    pip install -r requirements.txt
  3. config your .env file:

    API_ID = YOUR_API_ID
    API_HASH = YOUR_API_HASH
    TOKEN = YOUR_BOT_TOKEN

(back to top)

Usage

/help - Display this message.
/nimcet - Get NIMCET 2024 timer.
/cuet - Get CUET 2024 timer.
/cal - To calculate the value of an expression.
/poll - To create a poll with 4 options.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

ps need PR badge :0

(back to top)

License

Unlicensed for now.

(back to top)

Contact

Contact this person(founder) - telegram

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages