Skip to content

UndefinedClear/Gitparse

Repository files navigation

Gitparse 😎

This is a python library for parsing github files!

Note

Maybe i will add proxy parsing in lib


Important

Download the required libraries (Windows)

pip install lxml requests bs4

For download required libs on termux run (Termux)

bash termux.sh

Warning

I don't test it with .exe files. Be careful!


Tip

This is an example! | link

from gitparse import Git

# Path to file
path = 'examples/example.txt'

# Initializing Git class
git = Git('avirt1274', 'Gitparse')

# Getting the content of the file
text = git.parse(path)

# Creating file with downloaded content
with open(path, 'w') as parsed_file:
    parsed_file.write(text)

Tip

Parsing proxies with Gitparse! | link
Support authors of free proxies: Proxies from here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published