a year ago
Hi, I have problem with my deploy when I start my code in my pc I dont have any confusion, but when I deploy my code here in console write my error 403 and code works incorrect. Please help me!
10 Replies
a year ago
What's the tech stack?
Python - the primary programming language used throughout the project.
Requests - a Python library for making HTTP requests, utilized to fetch web pages and retrieve data.
BeautifulSoup (from bs4 module) - a Python library for parsing HTML and XML documents. It's used here for scraping content from web pages.
Telebot (from the pyTelegramBotAPI package) - a library that facilitates the creation of Telegram bots. It's employed to handle interactions within a Telegram bot, such as sending messages, handling commands, and managing subscriptions.
Threading - a standard Python module for running different parts of the program concurrently. In this context, it's used to periodically fetch new listings without blocking other operations, like responding to user interactions in the bot.
re (Regular Expressions) - a Python module that provides support for regular expressions. This module is used for text searching and manipulations within the project, especially in extracting specific information from the web scraped content.
This stack enables web scraping, data processing, and interaction with users through a Telegram bot, all orchestrated within a Python application.
a year ago
Why the AI answer?
I'm just busy at work right now to make it faster :)
a year ago
Web scraping is generally not allowed on Railway (It's in their TOS) unless you have explicit permission to scrape what you are scraping.
a year ago
Then do I need permission? and what should I do with it?
a year ago
No, but I can get it
a year ago
I will receive it and write to you :)