All Projects → abdilahrf → CTFWriteupScrapper

abdilahrf / CTFWriteupScrapper

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

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Mako
254 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].