Skip to content

snitzr/grab_pinboard_popular_tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: PINBOARD.IN NOW FILTERS TWITTER LINKS OUT OF POPULAR. THIS PROJECT IS HERE FOR REFERENCE, ONLY.

No Maintenance Intended

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.

Requirements

Usage

  1. From the terminal in the directory of the files, run python3 -m venv ENV to create the virtual environment.
  2. source env/bin/activate to run the environment.
  3. pip install beautifulsoup4 to install the first dependency.
  4. pip install requests to install the second dependency.
  5. Run python grab.py, to create output.html. Open output.html in your web browser. If you want to open output.html from the terminal, use open output.html (*nix) or explorer output.html (Windows).

About

Run a script to get only Twitter links from the http://pinboard.in/popular page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published