Python cryptocurrency parser via API with Mexc
Need help setting up a parser, tasks:
parser for pump coins that are on the Mexc exchange, mainly interested in meme coins with a growth of more than 8% in the pump
Interval 1-5 minutes. Most of the coins are new ones that appeared on the exchange in the last 24 hours. Results to be sent to a Telegram channel via a bot - (the bot is created and configured, the group exists). I will provide the Mexc API key. There is also a Telegram group where messages need to be sent. Instead of a server, my PC will act as the server
The current parser code:
import os
import requests
# Your API token from Mexc
API_KEY = os.getenv('MEXC_API_KEY')
# Telegram bot token
TELEGRAM_BOT_TOKEN = os.getenv('TELEGRAM_BOT_TOKEN')
# chat_id of your group (needs to be replaced with the chat ID)
TELEGRAM_CHAT_ID = os.getenv('TELEGRAM_CHAT_ID')
# API URL to get data from Mexc
url = 'https://www.mexc.com/open/api/v3/market/tickers'
# Make a request to the API
response = requests.get(url)
if response.status_code == 200:
data = response.json() # Convert the response to JSON format
for ticker in data['data']:
symbol = ticker['symbol'] # Coin symbol (e.g., BTC/USDT)
change = ticker['percent'] # Percentage change
market_cap = ticker['market_cap'] # Market capitalization
# If the percentage increase is more than 8%
if float(change) > 8:
# Formulate the message
message = f"{symbol}: {change}% | Market Cap: {market_cap}$\n"
# Send the message to Telegram
telegram_url = f'https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage?chat_id={TELEGRAM_CHAT_ID}&text={message}'
requests.get(telegram_url)
else:
print(f"Error: {response.status_code}")
for contact tg @ Maksim_Digash
or here on the platform
price is negotiable
Applications 1
Current freelance projects in the category Data Parsing
It is necessary to develop a Telegram bot for monitoring cars from auctions in the USA (Copart, IAAI)A Telegram bot is needed for automatic searching and monitoring of "BUY IT NOW" cars at auctions in the USA (Copart, IAAI). The bot should operate automatically and send notifications about new cars that meet the specified filters.Main functionalityFilter settings: 1. Car… Data Parsing, Bot Development ∙ 5 hours 9 minutes back ∙ 51 proposals |
Parsing products, preparation for import to WPScrape the full catalog of these websites: https://svit-mebliv.ua/ https://kompanit.com.ua/ru https://amia.com.ua/ https://mebliromax.com.ua/ https://pehotin.com.ua/catalog/ https://www.sokme.ua/ru/ All products need to be combined into one general table for import into WP.… Web Programming, Data Parsing ∙ 2 days 21 hours back ∙ 55 proposals |
A specialist in Telegram promotion is required.
28 USD
Tasks: invite real users from the username database to new chats and send messages to the target database. Only quality traffic and work with a live audience are of interest — performers using bots, fake engagement, or low-quality methods are requested NOT TO DISTURB. Work… Data Parsing, Social Media Marketing (SMM) ∙ 7 days 21 hours back ∙ 9 proposals |
Consultation on parsing Instagram account subscribersHello. It is necessary to conduct a preliminary assessment of the feasibility of the following task. I have a list of Instagram accounts. The goal is to obtain contact information (primarily email addresses) of users who follow these accounts. Previously, I encountered companies… Data Parsing ∙ 11 days 16 hours back ∙ 13 proposals |
A specialist is needed to find contacts of decision-makers in Ukraine.It is necessary to gather a database (or ready database) of contacts of decision-makers (DMs) in companies in Ukraine. Information Gathering, Data Parsing ∙ 11 days 20 hours back ∙ 22 proposals |