Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pourya90091/rubika-chat-exporter
A chat exporter for Rubika.
https://github.com/pourya90091/rubika-chat-exporter
chat chat-exporter chat-exports export exporter rubika-chat-exporter selenium selenium-python
Last synced: about 1 month ago
JSON representation
A chat exporter for Rubika.
- Host: GitHub
- URL: https://github.com/pourya90091/rubika-chat-exporter
- Owner: pourya90091
- License: apache-2.0
- Created: 2022-09-11T18:08:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T12:15:27.000Z (about 2 months ago)
- Last Synced: 2024-11-21T13:24:22.932Z (about 2 months ago)
- Topics: chat, chat-exporter, chat-exports, export, exporter, rubika-chat-exporter, selenium, selenium-python
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubika Chat Exporter
**The Rubika Chat Exporter project has no purpose for crediting to Rubika platform.**
## Setup and Run
### Clone
```bash
git clone --branch master https://github.com/pourya90091/Rubika-Chat-Exporter.git
```### Install Requirements
```bash
pip install -r requirements.txt
```### Run
```bash
python main.py
```## Syntax
```text
Date : "Day Month Year"Day is an integer in range 1, 31. <6>
Month is a string from Solar Calendar months and contains Persian letters. <فروردین>
Year is an integer from Solar Calendar years. <1401>
```## Defined Chat Types
>personal_chat, group, channel
---