Idasms is a python packages which allow you to send bulk sms .
before installing this packages you need to get intouch with Ida technology (www.idatech.rw) or send an email at [email protected] to provide credentials of bulk sms to their bulks sms API. after that you ready to go
import idasms
cre =Sendsms()
usernam=cre.username(" enter your username")
passwor=cre.password("password")
idasms.bulksms('edit phonenumber with code-omit +','smsname','message',usernam,passwor)
print(bulksms)