https://github.com/slowy07/socialscrapper
scrapping cyber bullying and some fake pedophile account
https://github.com/slowy07/socialscrapper
cyber osint-python python python-script
Last synced: over 1 year ago
JSON representation
scrapping cyber bullying and some fake pedophile account
- Host: GitHub
- URL: https://github.com/slowy07/socialscrapper
- Owner: slowy07
- License: gpl-3.0
- Created: 2021-01-17T12:19:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T11:52:54.000Z (over 5 years ago)
- Last Synced: 2025-01-23T06:12:08.433Z (over 1 year ago)
- Topics: cyber, osint-python, python, python-script
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socialScrapper
[](LICENSE)


scrapping cyber bully on social media
## requirements
- python 3.x version with pip3 installed
```bash
sudo apt-get install python3-pip
```
check pip version
```bash
pip3 --version
```
- geckodriver mozilla firefox, [click for more information](https://github.com/mozilla/geckodriver/releases)
## user list creation
tool can handle N-number of user account scrapping wich be given a ``user.txt``
## installation
- clone / download git repo
```bash
git clone https://github.com/slowy07/socialScrapper.git
cd socialScrapper
```
- automatic setup
```bash
chmod +x setup
./setup
```
- manual installation
```bash
pip3 install -r requirements.txt
```
**api keys**
We haven't included our keys for usage. Add your respective api keys to SocialScraper/social/api.py and replace the google credentials.json and client_secret.json to sample directory and facebook credentials in credentials.yaml for scrappering the accounts.
**google API**
Get it signed in and once you get your API key, make sure that you have enabled gmail service to this.So that automatic mail can function, [Gmail API](https://developers.google.com/gmail/api)
**deep ai**
sign up deep ai and get the api key, [deepAI api](https://deepai.org/)
**imagga API**
get the api key [imagga api](https://imagga.com/auth/signup)
## running
```bash
python3 main.py
```