NOTE: PINBOARD.IN NOW FILTERS TWITTER LINKS OUT OF POPULAR. THIS PROJECT IS HERE FOR REFERENCE, ONLY.
If you want to read tweets that are popular on pinboard, but don't want to sift through the other links, this is for you.
- From the terminal in the directory of the files, run
python3 -m venv ENV
to create the virtual environment. source env/bin/activate
to run the environment.pip install beautifulsoup4
to install the first dependency.pip install requests
to install the second dependency.- Run
python grab.py
, to createoutput.html
. Openoutput.html
in your web browser. If you want to openoutput.html
from the terminal, useopen output.html
(*nix) orexplorer output.html
(Windows).