Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 521 Bytes

Telegram-Attendance-Bot

Telegram Bot on Python 3.6 for classroom attendance check Featuring:

  • 2 leveled check scheme:
    1. By Geolocation
    2. By any secret word provided
  • SQlite 3 Data Base integrated (table users:first_name,username,last_name,user_id,attendance_counter)
  • Distance calculation (if user is in classroom radius of 50 meters)
  • Attendance calculation in percents (result=attendance_counter/( (today-start_day) - (today-start_day)/6)) Libraries required: telebot datetime sqlite3