KalleHallden / NameGenRoulette

22 stars 12 forks source link

From tokens import get_creds #3

Open patiotw opened 3 years ago

patiotw commented 3 years ago

Hi, I was trying to Programm the NameGenRoulette Bot, but I don't know which modules I have to download in python to make the bot work. I would be very glad if you could help me out.

GHASSAN007 commented 3 years ago

I delete the import statement and the variable , then you need to get the api key from here. After you get the key . Write it in "ebird_api.py " line 8

taxonomy = get_taxonomy('apikey')

It works

fontaineajulien commented 3 years ago

Hello, You don't need API key to call this function. taxonomy = get_taxonomy() will work.

shubham0824 commented 3 years ago

Hey, @patiotw you only have to download two packages for this project. These are ebird-api and selenium.