Skip to content

KaikyuLotus/kitsu-maker-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KitsuMakerBot (Syntaxer)

This bot creates chatbots for Telegram.

Setting Up

Change values in Files/jsons/config.json:

  • Set owner_id with your Telegram ID
  • Set maker_token with your botmaker token
  • Set lastfm_token with a lastfm token (optional)

Running

Run MainKitsu.py

Tips

Please /start your bot at least one time before starting Syntaxer.

Your main bot actually works as a clone bot too.
If you want an user to have more than one bot add his username in Foos.limits and how many bots he can have.
By default it is set to use threaded requests, but, if you have more than 30 bots i suggest you to use the webhook mode (sperimental).
There's a really nice guide on how to use Kitsubots: here
...more to come.

Dependencies

  • requests
  • psutil
  • schedule

python3 -m pip install requests psutil schedule

This is one of my first projects, the code is not really consistent and there are lots of bugs... But it works and someone may need it, so here it is!