This commit is contained in:
harismuneer 2018-08-23 17:53:52 +05:00
commit 006bb3e8c8
2 changed files with 30 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 harismuneer
Copyright (c) 2018 harismuneer, Hassaan-Elahi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

View File

@ -1 +1,28 @@
# Facebook Scrapper
# Ultimate Facebook Scrapper
----------------------------------------------------------------------------------------------------------------------------------------
## How to Run
Its written in Python 2.6 and currently supports Linux only. Moreover it uses the "hurry.filesize" module. So, install it using the following command
```pip install hurry.filesize```
You can use [DB Browser for SQLite](http://sqlitebrowser.org/) to view the database.
## Note
This tool is for research purposes only.
----------------------------------------------------------------------------------------------------------------------------------------
## Contact
You can get in touch with me on my LinkedIn Profile: [Haris Muneer](https://www.linkedin.com/in/harismuneer/)
## Issues
If you face any issue, you can create a new issue in the Issues Tab and I will be glad to help you out.
## License
[MIT](../master/LICENSE)
Copyright (c) 2018-present, harismuneer, Hassaan-Elahi