Changes

Jump to navigation Jump to search
no edit summary
The next step is to take the HTML files retrieved by the crawler and to parse them for necessary information. This parser should also determine whether or not the site is an accelerator site.
The in-progress code for the parser is located in
E:\McNair\Projects\Accelerators\F6S Accelerator HTMLs
It is titled f6s_parser.py
The list of accelerators that passed through the parser is in the same directory:
E:\McNair\Projects\Accelerators\F6S Accelerator HTMLs
 
The text file is named AcceleratorList
 
 
==F6S API==
F6S has an API, but we have had no success getting a key to the API. The link to get a key to the API is on [https://www.f6s.com/developers/apis/deal-feed this page].
 
I (Peter) have emailed F6S to ask for a key directly at support@f6s.com.
FUN FACT (MASS-RENAME FILES USING WINDOWS POWER SHELL):
To change file formats, Microsoft suggests:
Get-ChildItem *.txt | Rename-Item -NewName { $_.name -Replace '\.txt', '.log'}
 
==F6S API==
F6S has an API, but we have had no success getting a key to the API. The link to get a key to the API is on [https://www.f6s.com/developers/apis/deal-feed this page].
 
I (Peter) have emailed F6S to ask for a key directly at support@f6s.com.

Navigation menu