Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Docs #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Automatic-Website-Categorizers
### Automatic-Website-Categorizers:

These programs are designed to categorize specified websites.

# Title Searcher
## Search Bar:
(Powered by Yandex.Translate: http://translate.yandex.com/ )

Download [GoogleScraper](https://github.com/NikolaiT/GoogleScraper):
Expand All @@ -19,7 +19,7 @@ Run titles_searcher.py that output.txt file:
python2.7 titles_searcher.py output.txt output_from_extract.txt
(The first entry in the command line after 'titles_searcher.py' should be the name of the input file that you are processing, which is the output from the desired GoogleScraper run. The entry after that should be the name of the output file that you want to create. You will need to put the file lists.py in the same directory as titles_searcher.py.)

# Common Crawl Title Searcher
## Common Crawl Title Searcher:
(Powered by Yandex.Translate: http://translate.yandex.com/ )

Open a command prompt and enter the following:
Expand All @@ -32,7 +32,7 @@ Open a command prompt and enter the following:
python2.7 titles_searcher_common.py output.txt
(The first entry in the command line after 'titles_searcher.py' should be the name of the output file that you want to create.)

# Description Searcher
## Description About Sercher:
(Powered by Yandex.Translate: http://translate.yandex.com/ )

Download the prerequisites:
Expand All @@ -46,9 +46,9 @@ Create a textfile called websites.txt with all of the websites that you want to

This will output results in the form: website address category.

# Aggregator Identifier
## Identifier

Create a textfile called websites.txt with all of the websites that you want to search. Then run the file aggregators.py on that. You will need to install BeautifulSoup and GoogleScraper as described above for the Title Searcher program and Description Searcher Program. This program will output two lists, one list will be the list of sites that were identified to be aggregators and the other list will be the list of sites that were not identified to be aggregators.

# Twitter Handle/Facebook Page Extractor
## Twitter/Facebook Page Extractor
Create a textfile called websites.txt with all of the websites that you want to search. Then run the file twitterandfacebook.py on that. This program wilAl output the twitter handles and facebook pages that were found for the websites that were searched. At this point, some minor editing of the output is required.