Помогите разобраться в работе скрипта PYTHON
Пишу проект хороший, но не могу разобратся как что бы эта штука заработала! апи ключ есть, URL не понятно для чего! в файле app , вот даная штука , на ТЕСТИРОВАНИЕ ДАМ АПИ КЛЮЧ!
https://www.youtube.com/watch?v=lnmtqPam1qg
к нему и репозиторий
https://github.com/theriley106/outCaptcha
Дам на пиво)
ПРОШУ ПИСАТЬ ИЛИ ПРЕДЛОГАТЬ СВОИ УСЛУГИ, после того как вы поняли в чём дело!
-
Надеюсь тут мне с этим помогут.😎
-
сам код видимо где всё настраивается
from flask import Flask, render_template, request, url_for, redirect, Markup, jsonify, make_response, send_from_directory, session
import solveCaptcha
app = Flask(__name__, static_url_path='/static')
@app.route('/', methods=['POST'])
def index():
print (request.form)
url = request.form['https://www.google.com/recaptcha/api2/bframe?*'](ВОТ ЮРЛ) хз какой
apiKey = request.form['AIzaSyDw7zs']
solution = solveCaptcha.solveFromURL(url, apiKey)
return solution
if __name__ == '__main__':
app.run(host='127.0.0.1', port=61011, debug=True, threaded=True) -
Current freelance projects in the category Python
Development of software with AIIt is necessary to develop software for automatic detection, capturing, and tracking of an object using a video camera and a rotating mechanism.Output data: Video camera with optics. Rotating device on two axes (azimuth/elevation angle). Servomotors controlled via Modbus… AI & Machine Learning, Python ∙ 1 day 5 hours back ∙ 14 proposals |
Technical Specification for Refinement of AI Bot for Generating Personalized SongsTECHNICAL TASK FOR IMPROVING THE AI PERSONAL SONG GENERATOR BOTMAIN GOAL Create a stable premium product that: generates the highest quality personal songs; does not fabricate facts about the client; works stably under load; is easily scalable; allows for analysis and… Python, Bot Development ∙ 1 day 6 hours back ∙ 30 proposals |
Automation of processes through API and PythonBelow I described the current process and the result I would like to achieve. I also attach files of the real process to better understand how it looks in reality Current process Currently, the entire process is performed manually: uploading/downloading files, transferring… AI & Machine Learning, Python ∙ 1 day 10 hours back ∙ 43 proposals |
A bot needs to be created in Telegram for subscription payment.
45 USD
A bot needs to be created in Telegram where users can subscribe for access to the webcams located in the yard. Organize payment for two types of subscriptions (monthly and daily) in the bot. The bot should automatically check the payment and then provide access links. Python, Bot Development ∙ 1 day 23 hours back ∙ 78 proposals |
Business logic of the platform: class confirmation, attendance control, and lesson history (DjangoRefinement of the business logic of the educational platform: lesson confirmation, attendance control, and lesson history (Django + React) A complete system for lesson confirmation, attendance control, and storage of confirmation history needs to be implemented. Important… Python ∙ 4 days 11 hours back ∙ 30 proposals |