I enjoy optimizing Python performance by identifying bottlenecks and improving logic or creating Rust libraries to boost speed.
I'm also passionate about data collection and processing, and have experience with building bots, parsers, and automation tools. Let's collaborate on enhancing your Python projects!
Pinned Loading
-
duckduckgo_search
duckduckgo_search PublicAI chat and search for text, news, images and videos using the DuckDuckGo.com search engine.
-
html2text_rs
html2text_rs PublicPython library for converting HTML to markup or plain text
-
requests_tor
requests_tor PublicMultithreading requests via TOR with automatic TOR new identity
-
duckduckgo_search_api
duckduckgo_search_api PublicDeploy an API that pulls data from duckduckgo search engine.
-
fake_traffic
fake_traffic PublicInternet traffic generator. Utilizes real-time google search trends by specified parameters.
808 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
deedy5/primp,
deedy5/duckduckgo_search,
deedy5/html2text_rs
and 17 other
repositories
Loading
Contribution activity
March 2025
Created 20 commits in 4 repositories
Created 1 repository
-
deedy5/deedy5
This contribution was made on Mar 18
Created a pull request in adbar/trafilatura that received 1 comment
Optimize PUNCT_TBL creation
from time import monotonic import unicodedata t0 = monotonic() PUNCT_TBL = str.maketrans({i: " " for i in range(0x10FFFF) if unicodedata.category(chr(
+1
−1
lines changed
•
1
comment
Opened 2 other pull requests in 1 repository
deedy5/duckduckgo_search
2
merged
-
DDGS.chat: bugfix
This contribution was made on Mar 21
-
Bugfix DDGS.text() payload
This contribution was made on Mar 8
Created an issue in synodriver/cycurl that received 5 comments
How do I use the library?
Installation method pip install cycurl Test script from cycurl import requests r = requests.get("https://tools.scrapfly.io/api/fp/ja3", impersonate="…
5
comments
Opened 1 other issue in 1 repository
deedy5/primp
1
open
-
headers
andimpersonate
conflict if they are set in Client at the same timeThis contribution was made on Mar 13
Started 1 discussion in 1 repository
adbar/trafilatura
adbar/trafilatura
-
[Performance] Xpath with regex
This contribution was made on Mar 21
5
contributions
in private repositories
Mar 14 – Mar 23