Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to add some contacts to the server by sending the add contacts command from the client using python.
How can this be done? is there any open source code to do this?
Posted
Comments
Richard MacCutchan 25-Feb-15 5:14am    
How can this be done?
Probably by writing some code, but there is nowhere near enough detail in your question.

1 solution

Although this is not nearly enough information, I highly recommend using python requests library.

Simply run the following in the terminal.
pip install requests
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900