Merge branch 'master' of https://github.com/harismuneer/Ultimate-Facebook-Scraper
This commit is contained in:
commit
006bb3e8c8
4
LICENSE
4
LICENSE
|
|
@ -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.
|
||||
|
|
|
|||
29
README.md
29
README.md
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue