Skip to main content

A business development manager library

Project description

BDevManager2 is a A business development manager library designed to make prospecting, calling leads, saving notes, and developing new opportunities for your business...simple.

1. gather 1000 leads from Linkedin
2. order your leads in Excel and tag the top 100 prospects
3. plan your week to call 10 at a time
4. use this library to capture BANT (budget, Authority, Need, Timeline)
5. put your results in to a system of record by the end of each day (use a CRM)
6. call me if you need help closing business and making revenue:) 
7. repeat tell you to make all the money you need to be free:)

Step 1 create a main.py file in your python project. Step 2 create a sales_leads.csv file with all of your leads (up to 1000) Step 3 add the following to your main.py file:

   from bdm_eng import LeadList, Top100ProspectLeads, Top10TargetsForTheWeek, TodayTarget, TodaysActivity, BANT, GameLoop


    leads = LeadList("sales_leads.csv")
    top_leads = Top100ProspectLeads()
    top_leads.add_leads(leads.process_leads())
    top_10_targets = Top10TargetsForTheWeek()
    top_10_targets.add_leads(top_leads.get_leads())
    today_target = TodayTarget(top_10_targets.get_leads())
    todays_activity = TodaysActivity()
    bant = BANT()
    game_loop = GameLoop(today_target, todays_activity, bant)
    game_loop.start()

Step 4 install the libery by using: "pip3 install BDevManager2" Step 5 run program: "python3 main.py"

When you run the program you will see a promote asking for user import on call notes:)

Current target:  ['1', '<lead1 name>', '<lead1 email>', '<lead1 role>', '<lead1 phonenumber>', '<lead1 business>', '<lead1 title>']

Enter 'e' to edit the target, 's' to save and move to the next target, or 'q' to quit:

when you use the edit command you will see: Please enter budget notes: testdata Please enter authority notes: testdata Please enter needs notes: testdata Please enter timeline notes: testdata

This libary helps you quickly capture your daily notes as you do business development task (calling new customers to build leads!)

after you enter BANT you will see the saved output:

[{'lead': ['1', '<lead1 name>', '<lead1 email>', '<lead1 role>', '<lead1 phonenumber>', '<lead1 business>', '<lead1 title>'], 'notes': {'budget_notes': 'testdata', 'authority_notes': 'testdata', 'needs_notes': 'testdata', 'timeline_notes': 'testdata'}}]

then you will see the next lead in the dataset! its a Game Loop! this is the way! we can now define our leads for the day in a CSV file, and loop through the data easily, all as we save notes:) this process can scale out no mater the business or CRM being used by BDM's.

Lastly, lets look at the final "daily Completed task list":

 [{'lead': ['1', '<lead1 name>', '<lead1 email>', '<lead1 role>', '<lead1 phonenumber>', '<lead1 business>', '<lead1 title>'], 'notes': {'budget_notes': 'testdata', 'authority_notes': 'testdata', 'needs_notes': 'testdata', 'timeline_notes': 'testdata'}},
 {'lead': ['2', '<lead1 name>', '<lead1 email>', '<lead1 role>', '<lead1 phonenumber>', '<lead1 business>', '<lead1 title>'], 'notes': {'budget_notes': 'testdata', 'authority_notes': 'testdata', 'needs_notes': 'testdata', 'timeline_notes': 'testdata'}},
 {'lead': ['3', '<lead1 name>', '<lead1 email>', '<lead1 role>', '<lead1 phonenumber>', '<lead1 business>', '<lead1 title>'], 'notes': {'budget_notes': 'testdata', 'authority_notes': 'testdata', 'needs_notes': 'testdata', 'timeline_notes': 'testdata'}}
 ]....

now we can work as hard and as long as we want and have a runing list of completed task! go get that money! - The BlackFox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BDevManager2-0.0.13.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

BDevManager2-0.0.13-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file BDevManager2-0.0.13.tar.gz.

File metadata

  • Download URL: BDevManager2-0.0.13.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.7

File hashes

Hashes for BDevManager2-0.0.13.tar.gz
Algorithm Hash digest
SHA256 060e247066854e85eea025b1a02f944883c6ee757fbe78617d7e85f1bc5c6303
MD5 464d316a1fa185097b37c3c26dad3d58
BLAKE2b-256 93bf8d47800e4581a7939d3337d742e0e66882eeca0c8da060ed3c9cc27087ee

See more details on using hashes here.

File details

Details for the file BDevManager2-0.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for BDevManager2-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 a4f3d2b078e9be92f8953c37d9a48163877d9fe7aebe028b88a62f42d58a1f27
MD5 345feada3d237eaa3fb63f3fefc94222
BLAKE2b-256 44678d368439b6f0efc5d68cf45f66da3e8de130b42528fef31d28eaef01abf9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page