Bets Brasileiras
π§π· π° π Brazilian (authorized) bets list
Bets Brasileiras is a repository that maintains a list of authorized betting companies in Brazil, as approved by the government. This project provides various formats (XML, CSV, JSON, and SQL) of the list for easy access and integration into different systems.
π Data Schema
Each entry contains the following data:
- Number and Year of Requirement: Identification of the regulatory request.
- Company Name: Official name as per the company registration with the Brazilian Federal Revenue (RFB).
- Company Number (CNPJ): Official business registration number.
- Brands/Sites Names: Multiple brands can belong to the same company.
- Domain: The main domain for each brand, with the possibility of multiple domains per company.
π Regular Updates
The list is updated regularly via an automated tool that fetches the latest government-approved list and updates the repository.
π» Formats Available
- XML: Structured data for easy integration with XML-based systems.
- CSV: Comma-separated values for easy import into spreadsheets or databases.
- JSON: Lightweight data interchange format for use in web applications.
- SQL: Structured query language entries for direct database use.
βοΈ How to Use
-
Clone the repository:
git clone https://github.com/guibranco/BetsBrasileiras.git
-
Navigate to the folder containing the data files.
-
Choose the format you need (XML, CSV, JSON, or SQL) and integrate it with your application or system.
-
Run the update tool to fetch the latest list:
dotnet run updateData
This will automatically update the files in the repository.
π Example Data
Hereβs an example of what the data looks like:
JSON Format:
{
"requirement_number_year": "12345/2025",
"fiscal_name": "BetCompany XYZ",
"document": "12.345.678/0001-90",
"brand": "BrandOne",
"domain": "www.brandone.com"
}
CSV Format:
Requirement Number/Year, Fiscal Name, Document, Brand, Domain
12345/2025, BetCompany XYZ, 12.345.678/0001-90, BrandOne, www.brandone.com
12345/2025, BetCompany XYZ, 12.345.678/0001-90, BrandTwo, www.brandtwo.com
12345/2025, BetCompany XYZ, 12.345.678/0001-90, BrandTwo, www.brandtwo-br.com
π€ Contributing
If you would like to contribute to this project:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit (
git commit -am 'Add new bet company'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
π License
This project is licensed under the MIT License - see the LICENSE file for details.