Tools staring with 3 page
A collection of useful tools I've ever created.
This tool is a Django application that generates "Breadcrumbs" of the page it is installed on. Due to the peculiarity of the Django framework, all generation occurs on the server, i.e. SSR rendering method.
Generator of table of contents for Django website’s articles
25.04.2025
12.02.2026
Django app
651
0
0
0
0
This tool is a Django application that generates the "Table of contents" of the page on which it is installed. Due to the peculiarity of the Django framework, all generation occurs on the server, that is, the SSR rendering method. This application also creates anchor links to the collected chapters, if the heading have an id attribute.
Python script to scrape google search result page(or just links)
15.02.2025
12.02.2026
Scraper
624
0
0
0
0
This parser is written in python to parse Google search result page and links using its official API.
An example of telegram bot in inline mode, how it works, code example and ready to talk an online bot