Christian Thone
@ChristianThone
Python Developer || Learning JavaScript || Backend
RUN Version
Repl
This game is simple, it creates a random number from 0, 1000. It will tell you what two numbers it is between. You have as many tr
My newest bot is a bot that finds the difference between two sentences. Try it out for yourself and be amazed.
Click HERE for the Repl.run version.
theangryepicbanana Do not post on the Announcements board. This is for Repl.it employees only4 years ago
Hey guys, you should check out my tutorials, and tell me which tutorial I should make next after I finish my current Tutorial Spree.
Check out my tut
Mosrod Please do not post on the Announcements board. This board is only for Admins & Moderators (star badge in profile pic), or other users who are given explicit permission to post. To ask for permission, go on the Discord Server or email [email protected] I have moved your post from the Announcements board to the Share board, so if you get permission, please ask the Admin/Mod to move your post back to announcements.4 years ago
Hello Fellow Replers!
Welcome to my next tutorial with a ChatBot, if you haven't seen my last tutorial, then you should click here.
How do we make o
MikeStriker thanks dude I had a lot of trouble trying to figure out how to get the file to work and some other things from this I was able to use and I have checked out a LOT!! of your other things and they have helped me figure out how to do things before I have even gotten to that stage! Your stuff is AMAZING!3 years ago
What is a chatbot?
A chat bot can be defined in many ways, I define it as a program designed and developed to keep the user entertained. Mayhap you
PYer In A Slightly More Advanced ChatBot [Intermediate, Python], make it so that it scans messages for keywords instead.4 years ago
Calculating BMI for Adults in Python 3.0
Written by: Christian Thone
@ChristianThone
What is BMI?
BMI is Body Mass Index, it is a measurment of fat
Hello everyone!
This is a simple contest all you have to do is create a project that is an OS/Shell and submit it to this form.
Rules:
Your project
ApoorvAgrawal I hope you realize that operating systems are supposed to be able to connect with hardware, so it is technically impossible to make one in python3 years ago
#ERROR 1:
I am trying to create a bot that finds stuff on google based off of user input.
Here is my whole source_code:
import requests
from bs4 impo
I am making a bot for google searching, and I was wondering if anyone could figure out how I could get the google link summary underneath the link int
THAMMINENIPUSHY `try:
from googlesearch import search
except ImportError:
print("No module named 'google' found")
to search
query = "Find the Union and Intersection of the two sorted arrays"
for j in search(query, tld="co.in", num=10, stop=10, pause=2):
if "geeksforgeeks" in j:
print(j)
`
2 years ago
AlexJuvion Very important information about Google Search BOT and code for developers who also visit Quality Assignment for taking assignment editing services - http://www.qualityassignment.co.uk/services/assignment-editing-services/ with affordeble rates and quality work. Thanks.2 years ago
a5rocks Firstly, I really think you should work with requests-html. It's basically requests and bs4 combined, with some more features. Anyway, I'm going to assume you are using requests-html from now on.
So to get the text afterwards as an array, just do this :
from requests_html import HTMLSession
from pprint import pprint
session = HTMLSession()
query = input('search query : ')
result = session.get(f'https://www.google.com/search?q={query}')
descriptions = result.html.find('span.st')
pprint([str(4 years ago
Play against my AI named Jerry!
You both guess numbers, whoever is closest wins!
Guess a Number between 1 and 10, Jerry will guess first, see if you g
Python
I am using Lua, and I want to create a feedback BOT that the user can input text then the BOT sends it to a channel in Discord. Can someone help with
int https://github.com/SinisterRectus/Discordia
setup a bot using this API, havent used it before, its just the first Discord LUA api I saw2 years ago