Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use persian tags and comments in instabot? #19

Open
6 of 18 tasks
NAViD3 opened this issue Sep 1, 2019 · 0 comments
Open
6 of 18 tasks

How to use persian tags and comments in instabot? #19

NAViD3 opened this issue Sep 1, 2019 · 0 comments

Comments

@NAViD3
Copy link

NAViD3 commented Sep 1, 2019

Check this or we will delete your issue. (fill in the checkbox with an X like so: [x])

  • I have searched for other issues with the same problem or similar feature requests.

Select one:

  • Bug
  • Feature Request
  • Technical Help (Please don't create an issue, join the facebook group or telegram channel)
  • Other

Environment

  • Are you hosting the bot on a VPS or other Cloud hosting?
  • Are you running the code on your phone
  • If so, have you tried running the code on your local machine?
Include more details about the environment

Operating System? (include version)

  • macOS
  • Windows
  • Rasbian Linux Raspberry PI (include flavour)
  • Linux (include flavour)
  • Android (include terminal)
include the output of 'uname -a'

Python Version Requirement

  • I am using Python 3.6 or above

Exact Python Version?

3.7
Include here the response of 'python --version' or 'python3 --version'
python --version Python 3.7.4

Pip Version?

Include here the response of 'pip --version' or 'pip3 --version'
`pip --version
pip 19.2.3 from c:\python37\lib\site-packages\pip (python 3.7)`

#### Instabot Version?

Include here the response of 'instabot-py --version'
Installed version 0.6.0

How you use the instabot

  • instabot-py -c my-configfile.yml (my-configfile.yml is an example you may have a different file )
  • instabot-py --login LOGIN --password PASSWORD
  • instabot-py
  • example.py (Deprecated, please install newer version)

Description of your issue

i personalized configuration file and want to tag and comment in persian but it converts to unreadable characters. please tell me how can i use persian tags and persian words in comments

Config

---
accept_language: en-US,en;q=0.5
login : "deleted"
password : "deleted"
debug: 1
#Send INFO notification to Telegram channel 
logging.handlers.telegram:
  level: INFO
  class: telegram_handler.TelegramHandler
  token: deleted
  chat_id: deleted
logging.loggers.InstaBot.handlers:
  - telegram
  - console
follow_time: 604800
like_per_day: 709
comments_per_day: 50
max_like_for_one_tag: 20
follow_per_day: 250
follow_time: 36000
unfollow_per_day: 247
unfollow_break_min: 3
unfollow_break_max: 17
unfollow_selebgram: false
unfollow_probably_fake: true
unfollow_inactive: true
unfollow_recent_feed: false
comment_list:
- - این
  - یک
- - photo
  - picture
  - pic
  - shot
  - snapshot
- - is
  - looks
  - feels
  - is really
- - great
  - super
  - good
  - very good
  - good
  - wow
  - WOW
  - cool
  - GREAT
  - magnificent
  - magical
  - very cool
  - stylish
  - beautiful
  - so beautiful
  - so stylish
  - so professional
  - lovely
  - so lovely
  - very lovely
  - glorious
  - so glorious
  - very glorious
  - adorable
  - excellent
  - amazing
- - .
  - ..
  - '...'
  - '!'
  - '!!'
  - '!!!'
tag_list:
- دوربین
- دوربین_مداربسته
- dog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@NAViD3 and others