
CTFWriteupScrapper
#Knowledge Base#Miscellaneous
A comprehensive platform for software developers to learn, create, and optimize applications for Arm-based processors
CTFWriteupScrapper: A Tool for Organizing Writeups
CTFWriteupScrapper is a tool designed to scrape all writeups from http://ctftime.org/ and organize them for easy access. This allows users to prioritize which writeups they want to read first. To get started with the tool, you need to initialize the SQLite database by executing the following commands: python manage.py db init, python manage.py db migrate, and python manage.py db upgrade. After setting up the database, start the tool by running: python runserver.py. You can then access it through your browser at 127.0.0.1:31337. Users have the option to update their database with the latest writeups from ctftime by visiting 127.0.0.1:31337/feed/
The tool requires the following components
The tool has specific requirements, which include Flask, BeautifulSoup, urllib2, and mechanize.
This Project is Still Under Development
This project is currently a work in progress, featuring an empty screenshot. It is licensed under the MIT License by @abdilahrf.