SkillAgentSearch skills...

CufeNatigaTelegramBot

A bot that sends a message whenever a new exam results appear.

Install / Use

/learn @Hassan950/CufeNatigaTelegramBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Table of Contents

<!-- ABOUT THE PROJECT -->

About The Project

A telegram bot that broadcasts a message in @CufeNatiga whenever a new exam results appears.

<!-- GETTING STARTED -->

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/Hassan950/CufeNatigaTelegramBot.git
  1. Install dependencies
npm install

Environmental Variables

you need to make your own .env with the following structure.

dbURI=mongodb+srv://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
TELEGRAM_BOT_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
MY_PRIVATE_CHAT_ID=XXXXXXXXXX
  • dbURI: The uri of the mongodb cluster.
  • TELEGRAM_BOT_TOKEN: Token of your telegram bot (See this guide for more info).
  • MY_PRIVATE_CHAT_ID: This is actually for testing in your private chat instead of filling the channel's chat with false alarms.

Running

Upon creating .env like in Environmental Variables section. run this in your terminal:

node index.js
<!-- TESTING -->

Testing

You can test on your private chat by setting test variable in index.js to true (default: false).

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated9mo ago
Forks0

Languages

JavaScript

Security Score

67/100

Audited on Jun 15, 2025

No findings