Skip to content

Website to Scrapping all writeup from http://ctftime.org/ and you can organize which to read first!

Notifications You must be signed in to change notification settings

abdilahrf/CTFWriteupScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTFWriteupScrapper

Scrap all writeup from http://ctftime.org/ and organize which to read first.

Initialize SQLite DB:

python manage.py db init
python manage.py db migrate
python manage.py db upgrade

Start : python runserver.py

Open from browser 127.0.0.1:31337

Update your database with latest writeup from ctftime : 127.0.0.1:31337/feed/

Requirements

  • Flask
  • BeautifulSoup
  • urllib2
  • mechanize

Todo

Empty

Screenshot

Screen Shoot

License

MIT @abdilahrf

About

Website to Scrapping all writeup from http://ctftime.org/ and you can organize which to read first!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published