Skip to content
View deedy5's full-sized avatar
  • Freelance
  • Bryansk, RU

Block or report deedy5

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
deedy5/README.md

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!
Еmаil Mastodon Telegram

Pinned Loading

  1. duckduckgo_search Public

    AI chat and search for text, news, images and videos using the DuckDuckGo.com search engine.

    Python 1.5k 156

  2. primp Public

    🪞PRIMP (Python Requests IMPersonate). The fastest python HTTP client that can impersonate web browsers

    Python 216 28

  3. html2text_rs Public

    Python library for converting HTML to markup or plain text

    Rust 7 1

  4. requests_tor Public

    Multithreading requests via TOR with automatic TOR new identity

    Python 58 16

  5. duckduckgo_search_api Public

    Deploy an API that pulls data from duckduckgo search engine.

    Python 16 2

  6. fake_traffic Public

    Internet traffic generator. Utilizes real-time google search trends by specified parameters.

    Python 21 5

808 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
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 A graph representing deedy5's contributions from March 24, 2024 to March 26, 2025. The contributions are 85% commits, 11% pull requests, 3% issues, 1% code review.

Contribution activity

March 2025

Created 1 repository

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

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
Started 1 discussion in 1 repository
adbar/trafilatura
5 contributions in private repositories Mar 14 – Mar 23
Loading