David Koresh
Offer David work on your next project.
Rating
Language proficiency level
Skills and abilities
Portfolio
-
7 USD TenderSHI
PythonTinderGPT Bot — Telegram bot that helps with communication and dating
Capabilities:
… Generates a unique Tinder profile based on a description
Creates creative first messages (openers)
Conducts conversations or simulates flirting with celebrities
Has a ChatGPT mode for any questions
Technologies: Python, OpenAI API, python-telegram-bot
The bot is designed for practicing communication, building confidence, and just for fun
-
11 USD KursTodayUA_Bot
Bot DevelopmentTelegram Bot for checking currencies and cryptocurrencies
This is a Telegram bot created in Python that provides up-to-date information on currency and cryptocurrency rates, as well as allows convenient conversion.
Main features
… Currency rates
Displays the current exchange rate of the dollar (USD) and euro (EUR)
Cryptocurrency rates
Displays the rate of Bitcoin (BTC) and Ethereum (ETH)
Cryptocurrency conversion
Allows converting BTC and ETH to hryvnias (UAH)
Standard currency conversion
Convenient conversion between main currencies (USD, EUR, UAH)
7-day rate chart
The bot visualizes rate changes in the form of a chart (e.g., USD → UAH)
Bank rates
Displays currency rates from several Ukrainian banks:
NBU
PrivatBank
Monobank
Technologies
Python 3.10+
aiogram
Requests
Matplotlib for plotting charts
Bank APIs (NBU, PrivatBank, Monobank)
-
2 USD Parser_courses
PythonNBU Currency Rates Parser
This Python script retrieves current exchange rates from the official API of the National Bank of Ukraine (NBU) and saves them in a CSV file named nbu_rates_correct.csv.
What the script does:
… Sends a request to the NBU API: https://bank.gov.ua/NBUStatService/v1/statdirectory/exchange?json
Gets the exchange rates for the current date
Saves the results in the file nbu_rates_correct.csv with the following fields:
currency — name of the currency (e.g., "US Dollar")
code — alphabetic code of the currency (e.g., "USD")
units — number of units (fixed at 1)
rate — exchange rate
date — date of the rate update
Example usage:
python parser.py
After execution, a file named nbu_rates_correct.csv will be created with all currencies sorted by code.
Contents of the CSV file:
currency,code,units,rate,date
Australian Dollar,AUD,1,25.34,2025-06-24
...
Dependencies
Python 3.x
Requests library
Installing dependencies:
pip install requests
Author
Davidqwer123
Created with love for data
Current as of the launch date: 2025-06-24
NBU API: https://bank.gov.ua/NBUStatService/v1/statdirectory/exchange?json
-
11 USD Converter
PythonConvektor – Web currency conversion application
This website, created with Python (Flask), allows users to:
View current exchange rates (USD, EUR, UAH)
… See rates in other Ukrainian banks
Convert between these currencies
Register, log in to an account
Edit their profile (change nickname and avatar)
Main features
Currency conversion: fast and accurate based on data from API
Personal account: profile editing
Registration and login: saving history and personalization Technologies
Python 3.x
FastAPI
HTML/CSS
SQLite / PostgreSQL
Currency APIs (PrivatBank, NBU, Monobank)
Installation
git clone https://github.com/Davidqwer123/Convektor.git
cd Convektor
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate for Windows
pip install -r requirements.txt
Launch
python app.py
TODO
Dark/light theme
Integration with bank APIs for real-time data
Author
Davidqwer123 – GitHub profile