I want to create discord bot that will get some information through the Internet from google docs for example. I was searching a lot for any information about this problem but I could not find anything. I hope somebody will help me a bit with that issue. Thanks a lot to helpful people!
i write it on python
Related
I need to make a chat bot which posts a poll in a mattermost chat and collects/saves the responses. I want to know if there is a way to use the matterpoll plugin to do this or if I should use some other way of creating a chat bot. Please let me know if there is an easy way to do this.
These are some of the resources I found related to this. I could not find one that has a capability to save the responses. Please let me know if there is a way to do that in the following resources and I clearly missed it
To create a chat bot using err bot - https://mattermost.com/blog/how-to-create-your-chatops-bot/#adding-features
To create plugins for a mattermost bot - https://mmpy-bot.readthedocs.io/en/latest/plugins.html
matterpoll - https://github.com/matterpoll/matterpoll
The following two links discuss ways to save the poll answer. But I could not figure how to use them
4. link1
5. link2
I have never done anything like this before. I would greatly appreciate it if you could point me in a good direction. Thank you!
I am a noob in python I was just making a website for studying for children so, I wanted the student to enter their response to a question and then their text response is reviewed and then it checks whether the child has given a response on a particular topic and whether the answer talks about a few key points, so how do I make it and implement it using Django, btw I started web dev a week ago so I am very new to this. Please help me!
thank you !!
You can check the Django tutorial. It will help you understand how django works, and the tutorial could lead you close to your need.
Hi there I have a website which is hosted by pythonanywhere and the domain is from godaddy. So I have a simple issue I guess but I couldn't find the answer. My domain is www.itucampus.com
Everyone can reach my webpage with the links below:
http://itucampus.com
http://www.itucampus.com
itucampus.com
www.itucampus.com
https://www.itucampus.com
only this does not work -> https://itucampus.com The problem is I need it to be fixed for google adsense because they are trying to crawl my webpage over this link and they said they cannot change it to another. I also contacted godaddy and pythonanywhere if they may help me but they couldn't. I am new to web programming so I am not sure where I have to fix it. I hope you can help me. Thank you in advance.
You need to use an external HTTPS redirection service, e.g. NakedSSL.
You can read more on PythonAnywhere help pages.
I've created a web application, Now i want to put login authentication using twitter account.
As Stackoverflow include Gmail, Facebook to login into stackoverflow. Similarly i want to make the same thing with my application.
I'm bit confused here, Here is example i found. Please see this.
I found it into URL bar it generates this:
https://twitter.com/oauth/authenticate?oauth_token=VOU5SAAAAAAAASO2AAABUBx3tgE
But i'm finding difficulties to generate my own's application oauth_token. Can you please help me? How to generate it? I googled and searched into twitter everywhere. But none of things worked for me. :(
Please Help me.. HELP WOULD BE APPRECIATED!!
I'm making a python script that should zip a file and upload it at a site. My problem is I can't figure out how to login into the site to then upload the file in question.
I've searched trough the web but can't make any of the solutions presented online to work, probably because I don't understand most of them (my knowledge of cookies is quite limited).
The site in question is CurseForge. If anyone could point me into the right direction, it would be great.
You can check this variant of httplib2 http://gnu.gabrielfalcao.com/bolacha/#uploading-a-file , it has examples on that page. You can get the code from http://github.com/gabrielfalcao/bolacha/tree/master
I ended up solving the issue using Requests.