Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavril-s/tg-admin
Bot that will admin your telegram channel and shitpost like a god
https://github.com/gavril-s/tg-admin
python telegram-bot telegram-channel
Last synced: about 1 month ago
JSON representation
Bot that will admin your telegram channel and shitpost like a god
- Host: GitHub
- URL: https://github.com/gavril-s/tg-admin
- Owner: gavril-s
- License: mit
- Created: 2023-01-29T14:22:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T17:00:10.000Z (about 1 year ago)
- Last Synced: 2024-12-10T12:14:51.629Z (about 1 month ago)
- Topics: python, telegram-bot, telegram-channel
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tg_admin
Bot that will admin your telegram channel and shitpost like a god### How to run
1. Go to the project's folder
```
cd tg_admin/
```2. In the directory `tg_admin` create file `config.py` based on `config_template.py` which you can find in the same directory.
2. Set up the database (`Docker` needed)
```
make db
```3. Install the dependencies (`Poetry` needed)
```
make install
```4. Enter the poetry shell
```
make shell
```5. Run
```
make run
```