~cg/uls2sqlite

91be85789aebff4d1b0a5bd22a1b93c11d70c3d2 — Chris Goff 1 year, 19 days ago 369e92a master
Updated README with repository name in lowercase and formatting fixes.
1 files changed, 8 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +8 -5
@@ 1,4 1,4 @@
# ULS2SQLite
# uls2sqlite

This tool is designed to convert an FCC Universal Licensing System (ULS) database into an SQLite database.



@@ 11,13 11,13 @@ This tool is designed to convert an FCC Universal Licensing System (ULS) databas
- [FCC ULS Database files](https://www.fcc.gov/wireless/data/public-access-files-database-downloads)
- curl (if using the download_weekly_dbs.sh helper tool)

ULS2SQLite has been tested on [Fedora Linux 37](https://fedoraproject.org/), but may be portable to other operating systems.
uls2sqlite has been tested on [Fedora Linux 37](https://fedoraproject.org/), but may be portable to other operating systems.

## Installation  

```bash
git clone https://git.sr.ht/~cg/ULS2SQLite
cd ULS2SQLite/
git clone https://git.sr.ht/~cg/uls2sqlite
cd uls2sqlite/
pip install -r requirements.txt
```



@@ 88,7 88,10 @@ Ready the .DAT files for import by making sure filenames are correct.
If a combined ULS database is being used, split it into separate pipe-delimited files by record type. Files are
placed in the `temp` directory.

Usage: `python uls_splitter.py -i UL20236291542491.txt`
Usage:
```bash
python uls_splitter.py -i UL20236291542491.txt
```

#### tools/weekly_dbs_urls.txt
Contains list of URLs for weekly ULS databases provided by the FCC.