general purpose bot based on irc3, purpose is to be able to make modules on the fly almost effortlessly.
Go to file
.[d]. e83dc8ceb9 correction/erasing wrong database oopz nurga 2021-04-01 00:27:28 -05:00
.vscode prefetch 2021-02-12 15:28:50 -06:00
env updates 2021-02-15 04:15:20 +00:00
plugins trigger time 2021-04-01 00:22:26 -05:00
README.md test3 2021-03-28 20:19:49 -05:00
_d_d3vg1mp correction/erasing wrong database oopz nurga 2021-04-01 00:27:28 -05:00
_d_d3vg1mp.ini ini chanpass 2021-03-31 22:51:39 -05:00
_d_d3vg1mp_db.json whut 2021-02-27 14:30:10 +00:00
_d_g1mp tw3rk 2021-02-12 21:18:43 +00:00
_d_g1mp.ini ini update 2021-03-31 05:01:10 -05:00
_d_g1mp_db.json whut 2021-02-27 14:30:10 +00:00
d3v.sh added headers 2021-02-15 11:21:27 +00:00
emote.db unicode stripped 2021-02-12 13:06:48 -06:00
example.txt updates 2021-02-15 04:15:20 +00:00
requirements.txt renamed 2021-02-09 19:03:18 +00:00

setting up g1mp

  1. install python3
  2. apt install python3-curl
  3. install python3-pip
  4. pip install virtualenv
  5. virtualenv env --no-site-packages -p python3
  6. source env/bin/activate
  7. append api keys to env/bin/activate as environmentals
  8. pip install -r requirements.txt
  9. irc3 _d_g1mp.ini

setting up d3vg1mp

  1. irc3 _d_d3vg1mp.ini

  2. ideally _d_d3vg1mp will list a different filename for the plugins you're working on, the database is also named differently. e.g.

    _d_g1mp.ini > _d_g1mp_db.json _d_g1mp.ini > plugins.youtube_plugins > plugins/youtube_plugin.py

    _d_d3vg1mp.ini > _d_d3vg1mp_db.json _d_d3vg1mp.ini > plugins.d3v_youtube_plugins > plugins/d3v_youtube_plugin.py