An open API service indexing awesome lists of open source software.

https://github.com/escalopa/govisa

Telegram bot for booking visa appointment in NG for USA Embassy πŸ‡ΊπŸ‡ΈπŸ‡³πŸ‡¬
https://github.com/escalopa/govisa

redis telego telegram-bot

Last synced: 28 days ago
JSON representation

Telegram bot for booking visa appointment in NG for USA Embassy πŸ‡ΊπŸ‡ΈπŸ‡³πŸ‡¬

Awesome Lists containing this project

README

          

# govisa

![Build Status](https://travis-ci.org/andrewstuart/govisa.svg?branch=master)

### Telegram bot

- [x] login with user credentials (email, password)
- [x] get the list of all the visa appointments
- [x] get the current visa apppointment
- [x] get the dates of the avaliable appointments
- [x] book a visa appointment
- [x] cancel an appointment (if possible)

- [ ] handle not found errors from db
- [ ] add ci/cd
- [ ] remove keyboard after a command is executed
- [ ] fix the bug with sending a command in the middle of a conversation (When the user is in the middle of a conversation, and sends a command, terminate the conversation and execute the command)