simple scripts for crawling data from a social media without its API and username
- create a directory and name it "res"
- create a file (e.g: twitter.csv) containing list of ids and the URLs of the Twitter account
- run the script ./crawltwitter.sh twitter.csv
- look at your results in the res directory
- create a directory and name it "res"
- create a file (e.g: fb.csv) containing list of ids and the URLs of the Facebook page
- run the script ./crawlfb.sh fb.csv
- look at your results in the res directory
- create a directory and name it "res"
- create a file (e.g: insta.csv) containing list of ids and the URLs of the Instagram account
- run the script ./crawlinsta.sh insta.csv
- look at your results in the res directory
- create a directory and name it "res"
- create a file (e.g: you.csv) containing list of ids and the URLs of the youtube channel/videos
- run the script ./crawlyoutube.sh you.csv
- look at your results in the res directory