open-wa / wa-automate-python

💬 🤖 The most advanced Python whatsapp library for chatbots with advanced features. Be sure to ⭐ this repository for updates!
Other
342 stars 74 forks source link

Whats the difference between the gh repo and the pip openwa package #94

Open fire17 opened 2 years ago

fire17 commented 2 years ago

can you please shed light on whats the difference between the repo on gh and the openwa on pip? is there a difference? when you said you pushed changes, does that also mean that you repacked it for pip ? or rather i should use the gh repo instead since its more updated (sending message currently does not work for me, timeout error) will clone the repo and try to import it manully thx

fire17 commented 2 years ago

was able to log in with the ghrepo version AND send message (no changes to my code besides..


fromPip = False
if fromPip:
    from openwa import WhatsAPIDriver
else:
    print("LOADING OPENWA LOCALLY")
    from openwaRepoGH.src import WhatsAPIDriver

please update the pip version (with automation perhaps) or atleast state in the guilds that the pip version might be outdated Thanks alot for being awesome! love you guys :) (issue can be closed)

darkash commented 2 years ago

was able to log in with the ghrepo version AND send message (no changes to my code besides..


fromPip = False
if fromPip:
  from openwa import WhatsAPIDriver
else:
  print("LOADING OPENWA LOCALLY")
  from openwaRepoGH.src import WhatsAPIDriver

please update the pip version (with automation perhaps) or atleast state in the guilds that the pip version might be outdated Thanks alot for being awesome! love you guys :) (issue can be closed)

it's probably better to keep track of both since at some point earlier pip version was few version ahead of github one and now it's the reverse As the changes in python lib on github are usually minor, this should not pose a problem, what changes often is most probable the underlying node library used, that's the one usually had changes which may or may not have impact in this library