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
- Host: GitHub
- URL: https://github.com/bugourmet/tgsint-scripts
- Owner: bugourmet
- Created: 2022-01-17T23:57:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T22:35:00.000Z (over 2 years ago)
- Last Synced: 2024-03-24T19:43:32.667Z (about 2 years ago)
- Topics: osint, osint-tools, python, telegram-bot
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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/)