https://github.com/fasterthanlime/vatcheck
https://github.com/fasterthanlime/vatcheck
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fasterthanlime/vatcheck
- Owner: fasterthanlime
- Created: 2024-10-22T10:08:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T10:16:24.000Z (over 1 year ago)
- Last Synced: 2025-04-10T02:15:48.108Z (about 1 year ago)
- Language: Python
- Size: 119 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vatcheck
I recently created a new company and the French tax authority assigned me
a tax number. Unfortunately it's not in some database yet, which means
if I try to use it on a European provider like Hetzner, it'll reject my VAT
number.
So I made (with a little help from GPT-4o/Claude 3.5 Sonnet) a Telegram bot
to send me a message when the VAT number finally becomes valid.

I check that using the [VIES API](https://ec.europa.eu/taxation_customs/vies/#/vat-validation)
provided by the European Commission.
Unfortunately you'll need to deploy the bot yourself if you want to run it,
I'm not running it as a general-purpose but right now.
It's fun though!