Git Product home page Git Product logo

salii's Introduction


Installation and Use

To run Salii on your own system, you are going to need to run a Linux or Unix distribution with Python 3 and Dialog installed.

Just run this in your terminal and you should be fine.

sudo apt update -y && sudo apt install python3 python3-pip dialog -y && pip3 install configparser tweepy wget mysql-connector-python pythondialog colorama

When you run the service for the first time, you will be required to fill out an automatically generated form. You can ignore the MYSQL section of the setup dialog for now since this project is meant to report to a central database, but you can change those variables by navigating to libraries/sqlmod.py and replacing the low access keys provided with your own.

Custom Utilization

For custom instances of this bot, you will probably want to change some stuff. The list below will have data related to what you may want to change:

Tags

When you want to change what the bot looks for, you will want to change the tags. These tags can be found in the main.py file for now.

NOTE: If you are using existing API tags which where used for Salii, you will want to remove them by adding these lines of code after line line 120.

for RemovedTag in ["@saliibot", "#saliibot", "#Saliibot", "@Saliibot"]: stream.DeleteRule(RemovedTag) exit()

After the program quits, you should be able to remove those lines and restart it like normal.

Databases

Salii uses MYSQL since it runs as a web accessible archive. I ain't about to get into setting up MYSQL for linux so I'm gonna let you look that up on YouTube. Here's the SQL file for it though.

Download Template File Here

To Do:

-Add filters (Phone number, address and other personally identifiable stuff) -Clean up code -Make images downloadable

salii's People

Contributors

808-dev avatar

Stargazers

 avatar

Watchers

 avatar

salii's Issues

Current Issues

Current issues are:

-Filtering
-Image downloading not implemented
-MYSQL module is not the most secure.
-API self replies to itself if line 97 isn't added.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.