Is there any library or package which we can use with python to get salesforce data?

Submitted 2 years, 1 month ago
Ticket #423
Views 233
Language Other
Priority Low
Status Closed

I am new to salesforce.  Please explain? 

Submitted on Apr 28, 21
add a comment

1 Answer

Verified

We can use this package simple_salesforce .

You can install it with:

$ pip install simple_salesforce

We could gain access to Salesforce account with the following:

from simple_salesforce import Salesforce
sf = Salesforce(username='youremail@abc.com', password='password', security_token='token')

Submitted 2 years, 1 month ago


Wanna Post Ad?
Reach a large group of audience by posting an ad about your business here. For more details
Drop us a Message

Latest Blogs