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 πΊπΈπ³π¬
- Host: GitHub
- URL: https://github.com/escalopa/govisa
- Owner: escalopa
- Created: 2022-12-15T08:27:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T22:43:09.000Z (over 3 years ago)
- Last Synced: 2025-08-01T05:37:10.380Z (10 months ago)
- Topics: redis, telego, telegram-bot
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# govisa

### 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)