Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!

cracked.io | Best Forum Around | Free Premium Accounts




 1940

Question for a python project

by slide_gaw - 29 December, 2022 - 05:09 PM
This post is by a banned member (slide_gaw) - Unhide
slide_gaw  
Infinity
11
Posts
5
Threads
1 Year of service
#1
Hey! I have a question to you all!

I want to build a python script that is compactible in Linux and Windows.
The function of the script is that the user can make an input in the cmd.
Then the script should search for the input in a database (not local over the www).
If the input does not match exactly, the following output appears: Did you mean "name of the db entry".
And then the user can answer with yes or no. When the user input is yes then he will be forwarded to a website.

Is this possible? When yes, are there any tutorials or websites that have similar projects? Or is here anyone that can program something like this?
This post is by a banned member (words) - Unhide
words  
Supreme
1.487
Posts
324
Threads
4 Years of service
#2
(29 December, 2022 - 05:09 PM)slide_gaw Wrote: Show More
Hey! I have a question to you all!

I want to build a python script that is compactible in Linux and Windows.
The function of the script is that the user can make an input in the cmd.
Then the script should search for the input in a database (not local over the www).
If the input does not match exactly, the following output appears: Did you mean "name of the db entry".
And then the user can answer with yes or no. When the user input is yes then he will be forwarded to a website.

Is this possible? When yes, are there any tutorials or websites that have similar projects? Or is here anyone that can program something like this?
when you say db entry, you're talking just about the domain name ?

for example if he types "amazon" and "amazon.com" exists, it opens him a tab to check it ?

lmk i'll plug ya on sum base code
I do not sell anything. I do not have a public Discord / Telegram. I will never ask anyone for money / refuse any deal via middleman. I will never deny to confirm my identity via PM before any deal. Stay safe, I have impersonators.
(-.-)Zzz...

https://youtu.be/EDVrTYW2l84

 
This post is by a banned member (slide_gaw) - Unhide
slide_gaw  
Infinity
11
Posts
5
Threads
1 Year of service
#3
(10 January, 2023 - 06:21 PM)jetson Wrote: Show More
(29 December, 2022 - 05:09 PM)slide_gaw Wrote: Show More
Hey! I have a question to you all!

I want to build a python script that is compactible in Linux and Windows.
The function of the script is that the user can make an input in the cmd.
Then the script should search for the input in a database (not local over the www).
If the input does not match exactly, the following output appears: Did you mean "name of the db entry".
And then the user can answer with yes or no. When the user input is yes then he will be forwarded to a website.

Is this possible? When yes, are there any tutorials or websites that have similar projects? Or is here anyone that can program something like this?
when you say db entry, you're talking just about the domain name ?

for example if he types "amazon" and "amazon.com" exists, it opens him a tab to check it ?

lmk i'll plug ya on sum base code

yes exactly

Here is a second example: The user entered the name of a youtuber (as an example). Then the name will be searched in the database and the script should output a link of this youtuber.
This post is by a banned member (words) - Unhide
words  
Supreme
1.487
Posts
324
Threads
4 Years of service
#4
(13 January, 2023 - 02:32 PM)slide_gaw Wrote: Show More
(10 January, 2023 - 06:21 PM)jetson Wrote: Show More
(29 December, 2022 - 05:09 PM)slide_gaw Wrote: Show More
Hey! I have a question to you all!

I want to build a python script that is compactible in Linux and Windows.
The function of the script is that the user can make an input in the cmd.
Then the script should search for the input in a database (not local over the www).
If the input does not match exactly, the following output appears: Did you mean "name of the db entry".
And then the user can answer with yes or no. When the user input is yes then he will be forwarded to a website.

Is this possible? When yes, are there any tutorials or websites that have similar projects? Or is here anyone that can program something like this?
when you say db entry, you're talking just about the domain name ?

for example if he types "amazon" and "amazon.com" exists, it opens him a tab to check it ?

lmk i'll plug ya on sum base code

yes exactly

Here is a second example: The user entered the name of a youtuber (as an example). Then the name will be searched in the database and the script should output a link of this youtuber.
okay so basically a link searcher on google ?
I do not sell anything. I do not have a public Discord / Telegram. I will never ask anyone for money / refuse any deal via middleman. I will never deny to confirm my identity via PM before any deal. Stay safe, I have impersonators.
(-.-)Zzz...

https://youtu.be/EDVrTYW2l84

 
This post is by a banned member (niquezvosmeresv2) - Unhide
This post is by a banned member (slide_gaw) - Unhide
slide_gaw  
Infinity
11
Posts
5
Threads
1 Year of service
#6
(13 January, 2023 - 03:05 PM)jetson Wrote: Show More
(13 January, 2023 - 02:32 PM)slide_gaw Wrote: Show More
(10 January, 2023 - 06:21 PM)jetson Wrote: Show More
when you say db entry, you're talking just about the domain name ?

for example if he types "amazon" and "amazon.com" exists, it opens him a tab to check it ?

lmk i'll plug ya on sum base code

yes exactly

Here is a second example: The user entered the name of a youtuber (as an example). Then the name will be searched in the database and the script should output a link of this youtuber.
okay so basically a link searcher on google ?
not really. the link is provided in the database an is not being searched on google.

Here is an example of a database in mongodb:
https://imgur.com/a/jtkB8gQ
This post is by a banned member (words) - Unhide
words  
Supreme
1.487
Posts
324
Threads
4 Years of service
#7
(13 January, 2023 - 03:46 PM)slide_gaw Wrote: Show More
(13 January, 2023 - 03:05 PM)jetson Wrote: Show More
(13 January, 2023 - 02:32 PM)slide_gaw Wrote: Show More
yes exactly

Here is a second example: The user entered the name of a youtuber (as an example). Then the name will be searched in the database and the script should output a link of this youtuber.
okay so basically a link searcher on google ?
not really. the link is provided in the database an is not being searched on google.

Here is an example of a database in mongodb:
https://imgur.com/a/jtkB8gQ

okay then do you have an api access ? to search on db
I do not sell anything. I do not have a public Discord / Telegram. I will never ask anyone for money / refuse any deal via middleman. I will never deny to confirm my identity via PM before any deal. Stay safe, I have impersonators.
(-.-)Zzz...

https://youtu.be/EDVrTYW2l84

 
This post is by a banned member (slide_gaw) - Unhide
slide_gaw  
Infinity
11
Posts
5
Threads
1 Year of service
#8
(13 January, 2023 - 03:57 PM)jetson Wrote: Show More
(13 January, 2023 - 03:46 PM)slide_gaw Wrote: Show More
(13 January, 2023 - 03:05 PM)jetson Wrote: Show More
okay so basically a link searcher on google ?
not really. the link is provided in the database an is not being searched on google.

Here is an example of a database in mongodb:
https://imgur.com/a/jtkB8gQ

okay then do you have an api access ? to search on db
Here is the instructions for the api of mongodb as an example:
https://www.mongodb.com/docs/atlas/api/data-api/

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)