git404hub

what is kosmos-vize-bot-v2 fr?

ismkdc/kosmos-vize-bot-v2 — explained in plain English

Analysis updated 2026-05-18

17PythonAudience · generalComplexity · 2/5LicenseSetup · moderate

tl;dr

A Telegram bot that watches the Kosmos visa appointment system and alerts you the moment a new appointment slot opens.

vibe map

mindmap
  root((Kosmos Visa Bot v2))
    What it does
      Tracks visa appointments
      Sends Telegram alerts
      Decrypts Kosmos API
    Tech stack
      Python
      Telegram Bot API
      Docker
    Use cases
      Get instant alerts
      Track VIP and standard
      Automate SMS login
    Audience
      Visa applicants
      General users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Get a Telegram alert the moment a new Kosmos visa appointment slot opens.

VIBE 2

Track both standard and VIP appointment types at the same time.

VIBE 3

Log in with an SMS code or a JWT token copied from your browser.

VIBE 4

Run the bot continuously with Docker instead of babysitting a terminal.

what's the stack?

PythonTelegram Bot APIDockerAES encryption

how it stacks up fr

ismkdc/kosmos-vize-bot-v20petru/sentimoagi-eval-official/forte
Stars171717
LanguagePythonPythonPython
Setup difficultymoderatemoderatehard
Complexity2/53/54/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires editing config values directly in bot.py and either an SMS code or a JWT token to log in.

Free to use, modify, and share, including commercially, as long as the license and copyright notice are kept.

in plain english

Kosmos Visa Bot v2 is a Python bot that watches the Kosmos visa appointment booking system for newly opened appointment slots and sends alerts through Telegram. Instead of a person refreshing the booking website by hand, the bot checks automatically and only reports dates that were not available the last time it looked. The bot handles some of the messier parts of talking to the Kosmos system itself. Kosmos's API responses are encrypted with AES, so the bot decrypts them automatically. Logging in can be done two ways: by receiving an SMS code and replying to the bot with it, or by copying a JWT token directly out of your browser's local storage and sending it to the bot with a command. The bot also tracks when that login token is about to expire and asks you, through Telegram, to renew it before it stops working. It checks appointment availability up to 60 days ahead and can track both standard and VIP appointment types at the same time. If the visa system returns a rate limit error, the bot automatically waits before trying again rather than hammering the server. There is also an Apple Shortcut included so an SMS code arriving on an iPhone can be forwarded straight to the Telegram bot without retyping it. To use it, you edit a handful of settings directly in the bot's code, such as your Telegram bot token, the chat IDs that should receive notifications, applicant details, and how often to check. It requires Python 3.12 or newer plus two small libraries, and can be run directly with Python or through Docker for easier deployment. The project is released under the MIT license.

prompts (copy fr)

prompt 1
Help me configure bot.py with my Telegram bot token and applicant details for kosmos-vize-bot-v2.
prompt 2
Show me how to run kosmos-vize-bot-v2 with Docker compose.
prompt 3
Explain how kosmos-vize-bot-v2 detects newly opened appointment dates versus ones it already saw.
prompt 4
Walk me through getting a JWT token from basvuru.kosmosvize.com.tr for kosmos-vize-bot-v2's token login.

Frequently asked questions

what is kosmos-vize-bot-v2 fr?

A Telegram bot that watches the Kosmos visa appointment system and alerts you the moment a new appointment slot opens.

What language is kosmos-vize-bot-v2 written in?

Mainly Python. The stack also includes Python, Telegram Bot API, Docker.

What license does kosmos-vize-bot-v2 use?

Free to use, modify, and share, including commercially, as long as the license and copyright notice are kept.

How hard is kosmos-vize-bot-v2 to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is kosmos-vize-bot-v2 for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.