#๐ Best way to host 1-200 python scripts all retrieving data database and then retrieving from differ
17 messages ยท Page 1 of 1 (latest)
@snow night
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
@latent night
basically each user specifies the website they need monitors (websites similar to discord) basically monitors them using requests every 10seconds and then retrieves all "messages" for the specified website and outputs to the users dashboard
where did you pull the 200 from?
also how do you plan to integrate with 200 services? for example, discord, how do you plan on retrieving messages in a way that's not against their ToS?
Yeah this seems like a pretty large undertaking tbh
200 services or 200 unique users?
its for 1 website but like 200 communities within that website. their tos prohibits scraping payment gated information but requesting chat history of communities does not break any of their tos the only consideration i need to take into account is if their api is rate limited ๐
unique users (each with their own community, similar to discord server)
its similar to a mee6 but for this website. detects configured banned keywords then deletes and chat containing those keywords and other similar features
can you share the website?
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ Best way to host 1-200 python scripts all retrieving data database and then retrieving from differ