Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

example_account_info.py 404 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. email_throwaway = 'jane@gmail.com'
  2. from_email_throwaway = 'sending_email@gmail.com'
  3. to_emails_throwaway = ['list_of_receiving_emails@gmail.com']
  4. password_throwaway = 'test'
  5. project_path = '/path/to/../lendingclub'
  6. invest_ss_key = 'spreadsheet_key'
  7. investins_ss_key = 'instant_spreadsheet_key'
  8. investor_id = int('account_id_number')
  9. portfolio_id = int('portfolio_id_number')
  10. token = 'lc_genereated_token'
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...