Skip to content

This is a simple database indexer that reads account combination based files, and indexes them into a database. The database is a simple SQLite database that contains the account combinations and the index of the account combination in the file.

License

Notifications You must be signed in to change notification settings

ohusq/Database-Indexer

Repository files navigation

Database Indexer

Description

This is a simple database indexer that reads account combination based files, and indexes them into a database. The database is a simple SQLite database that contains the account combinations and the index of the account combination in the file.

Requirement

pip3 install -r requirements.txt

Usage

Put your account combination files in the combolists directory. The files should be in the following format: <account>:<password> per line.

Create a database by running python3 generate_sql.py.

Run the server by running python3 server.py.

The server will be running Here by default.

API (Kind of sucks :v )

License The Unlicense (Public Domain, credits are appreciated)

About

This is a simple database indexer that reads account combination based files, and indexes them into a database. The database is a simple SQLite database that contains the account combinations and the index of the account combination in the file.

Topics

Resources

License

Stars

Watchers

Forks