An open API service indexing awesome lists of open source software.

https://github.com/bugourmet/tgsint-scripts

formatting and db population scripts for tgsint-api
https://github.com/bugourmet/tgsint-scripts

osint osint-tools python telegram-bot

Last synced: 11 months ago
JSON representation

formatting and db population scripts for tgsint-api

Awesome Lists containing this project

README

          

# tgsint-scripts

Scripts written to populate mongoDB collection which serves facebook data leak for phone/person lookup.

## Usage

Install pymongo package.

Data samples are provided in the repo so you should get the catch.

Use `format.py` to format from `unformatted.txt` to `formatted.txt` (check samples).

Add your database connection `bulk_write.py` (line 5).

Run `bulk_write.py` to populate the database.

## Contributing

Pull requests are welcome. If you have a suggestion , please fork the repo and create a pull request.

You can also simply open an issue with the tag "enhancement".

## License

[MIT](https://choosealicense.com/licenses/mit/)