Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-08-2011, 10:05 AM
|
#1
|
Member
Registered: Mar 2010
Location: USA
Distribution: Ubuntu MATE
Posts: 182
Rep:
|
python+web
I want to make an application that will update my facebook status.
How can I make that ?
|
|
|
04-08-2011, 10:58 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,728
|
Quote:
Originally Posted by aarsh
I want to make an application that will update my facebook status.
How can I make that ?
|
Write a program to do it. Or do you have a specific question?
Since you provide no details (version/distro of Linux, what language you want to write it in, how you want to interface with it, etc.), there's nothing anyone can tell you. You mention python+web...python is a programming language that you COULD use, but there are many others too. And "web" is a very generic term.
If you bothered to Google "linux python facebook status", you'd get this as the VERY FIRST HIT:
http://stackoverflow.com/questions/2...k-api-in-linux
which tells you how to install the python Facebook API, and has links to examples and tutorials.
|
|
|
04-08-2011, 12:20 PM
|
#3
|
Member
Registered: Mar 2010
Location: USA
Distribution: Ubuntu MATE
Posts: 182
Original Poster
Rep:
|
I want some CUI ( preferably G.U.I. ) so that I can solve my purpose
as a MVC Architecture :
Model > [ please suggest ]
View > Mako Template
Controller > Python Prog. - py file
I want to know if I can do that via GTK then please any one suggest some kick start to get started
Also is this relevant : http://code.google.com/appengine/doc.../tools/webapp/ ?
Last edited by aarsh; 04-08-2011 at 12:25 PM.
|
|
|
04-08-2011, 12:54 PM
|
#4
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352
|
developers.facebook.org has all your answers about interoperating with Facebook.
If you're planning to make write a website in Python to do it, which your second post seems to indicate, then use the django framework. The official django website has all your answers about that. Django, like most web frameworks, gives you the entire MVC architecture.
Putting the information together (building your own website and having it interoperate with Facebook) is something you'll have to do yourself.
Last edited by dugan; 04-08-2011 at 01:15 PM.
|
|
|
04-08-2011, 03:44 PM
|
#5
|
LQ 5k Club
Registered: Sep 2009
Posts: 6,443
|
Quote:
Originally Posted by aarsh
I want some CUI ( preferably G.U.I. ) so that I can solve my purpose
|
What's a "CUI"?
If you want a graphical interface, I'd recommend that you learn PyQt4.
|
|
|
04-08-2011, 04:01 PM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352
|
Did you even bother to look at any of the technologies you mentioned in post #3, and if you did, then why wasn't it obvious that they have nothing to do with GTK?
|
|
|
04-08-2011, 04:27 PM
|
#7
|
Member
Registered: Mar 2009
Location: Rotterdam, the Netherlands
Distribution: Slackwarelinux
Posts: 716
Rep: 
|
It's a Character User Interface (as opposed to GUI, which is a Graphical User Interface). So a CUI is a terminal application.
|
|
1 members found this post helpful.
|
04-08-2011, 04:34 PM
|
#8
|
LQ 5k Club
Registered: Sep 2009
Posts: 6,443
|
Quote:
Originally Posted by Ramurd
It's a Character User Interface (as opposed to GUI, which is a Graphical User Interface). So a CUI is a terminal application.
|
OK.
I've always heard of terminal applications called CLI (Command Line Interface).
|
|
|
All times are GMT -5. The time now is 06:07 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|